Skip to content

feat: switch to pipx & add github-token #39

feat: switch to pipx & add github-token

feat: switch to pipx & add github-token #39

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
jobs:
linter:

Check failure on line 18 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / Linter

Invalid workflow file

The workflow is not valid. .github/workflows/linter.yml (Line: 18, Col: 3): Error calling workflow 'raven-actions/.workflows/.github/workflows/__linter.yml@main'. The nested job 'linter' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
name: Linter
uses: raven-actions/.workflows/.github/workflows/__linter.yml@main
secrets: inherit