Update check-urls.yml

pull/7043/head
Alex 2022-08-28 11:42:07 +01:00 committed by GitHub
parent ed27fedcbc
commit 50300ca119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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