feat: switch to pipx & add github-token #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
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 GitHub Actions / LinterInvalid workflow file
|
||
name: Linter | ||
uses: raven-actions/.workflows/.github/workflows/__linter.yml@main | ||
secrets: inherit |