Skip to content

feat(gh-actions,flake.flakeModules): Add reusable lint job and flake-parts pre-commit module #1

feat(gh-actions,flake.flakeModules): Add reusable lint job and flake-parts pre-commit module

feat(gh-actions,flake.flakeModules): Add reusable lint job and flake-parts pre-commit module #1

Workflow file for this run

name: Lint
on:
# Run this workflow when PRs target `main` and when they're merged in `main`:
pull_request:
branches:
- main
jobs:
update-flake-lock:
uses: ./.github/workflows/reusable-lint.yml

Check failure on line 11 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/lint.yml" -> "./.github/workflows/reusable-lint.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
runner: '["self-hosted", "Linux", "x86-64-v2"]'