Update check-urls.yml

This commit is contained in:
Alex
2022-08-28 11:42:07 +01:00
committed by GitHub
parent ed27fedcbc
commit 50300ca119

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