mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-05-31 12:45:47 +00:00
Update check-urls.yml (#7043)
This commit is contained in:
parent
ed27fedcbc
commit
5dd0b1c5db
1 changed files with 5 additions and 0 deletions
5
.github/workflows/check-urls.yml
vendored
5
.github/workflows/check-urls.yml
vendored
|
|
@ -1,7 +1,12 @@
|
|||
name: Check URLs from changed files
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
job:
|
||||
permissions:
|
||||
# Needed for the 'trilom/file-changes-action' action
|
||||
pull-requests: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue