mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-01-26 03:13:58 +00:00
19 lines
321 B
YAML
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
|