mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-20 02:16:13 +00:00
Update check-urls.yml
This commit is contained in:
parent
ed27fedcbc
commit
50300ca119
5
.github/workflows/check-urls.yml
vendored
5
.github/workflows/check-urls.yml
vendored
@ -1,7 +1,12 @@
|
|||||||
name: Check URLs from changed files
|
name: Check URLs from changed files
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
permissions:
|
||||||
|
# Needed for the 'trilom/file-changes-action' action
|
||||||
|
pull-requests: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user