Files
super-linter-workflow/.github/workflows/call-local-super-linter.yaml
Bret Fisher bbc3db188e more tweaks
2022-03-26 11:35:15 -07:00

24 lines
452 B
YAML

---
# THIS IS NOT A TEMPLATE.
# This is just for linting the gha-workflows repo itself.
# We call the reusable workflow from its file path.
name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
call-super-linter:
name: Call Super-Linter
uses: ./.github/workflows/super-linter.yaml
permissions:
contents: read # clone the repo to lint
statuses: write #read/write to repo custom statuses