Files
cinode-api/.github/workflows/pr-lint.yml
2023-05-04 15:42:41 +03:00

14 lines
255 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]
jobs:
SuperLinter:
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main