Skip to content

ci(linter): add workflow permissions #42

ci(linter): add workflow permissions

ci(linter): add workflow permissions #42

Workflow file for this run

---
name: Linter
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
types:
- opened
- ready_for_review
- synchronize
- reopened
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
linter:
name: Linter
uses: raven-actions/.workflows/.github/workflows/__linter.yml@main
secrets: inherit