Files
actions/.github/workflows/pr-lint.yml
2024-11-11 16:22:57 +02:00

18 lines
263 B
YAML

---
name: PR Lint
on:
push:
branches-ignore: [master, main]
pull_request:
branches: [master, main]
permissions:
contents: read
packages: read
statuses: write
jobs:
SuperLinter:
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main