Files
2025-02-23 19:20:51 +02:00

19 lines
299 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/actions/pr-lint@main