Files
nvm-auto-use/.github/workflows/pr-lint.yml
Ismo Vuorinen bb580320c5 Initial commit
2024-11-25 13:34:32 +02: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