mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 18:06: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
|
||||
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…
Reference in New Issue
Block a user