feat(gh-actions,flake.flakeModules): Add reusable lint job and flake-parts pre-commit module #8
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: Lint | |
on: | |
# Run this workflow when PRs target `main` and when they're merged in `main`: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
lint: | |
uses: ./.github/workflows/reusable-lint.yml | |
secrets: inherit | |
with: | |
runner: '["self-hosted", "Linux", "x86-64-v2"]' |