Implement treefmt, generate pre-commit hooks with git-hooks.nix, fix typos, and auto-update nix-direnv #5
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: Check Nix Flake | |
"on": | |
pull_request: | |
branches: ["main"] | |
paths: | |
- .github/workflows/flake-checker.yaml | |
- flake.lock | |
jobs: | |
flake-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/flake-checker-action@v9 |