Files
f2b/.github/workflows/pr-lint.yml
Ismo Vuorinen 65fc1cb2bb Initial commit
2024-08-27 21:01:13 +03:00

19 lines
321 B
YAML

---
name: PR Lint
on:
push:
branches-ignore: [master, main]
# Remove the line above to run when pushing to master
pull_request:
branches: [master, main]
permissions:
contents: read
packages: read
statuses: write
jobs:
SuperLinter:
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main