build(deps): bump DeterminateSystems/nix-installer-action from 13 to 14 #243
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 🔎 | |
'on': | |
push: | |
pull_request: | |
jobs: | |
format: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v14 | |
- uses: DeterminateSystems/magic-nix-cache-action@v7 | |
- uses: DeterminateSystems/flake-checker-action@v9 | |
- run: 'nix fmt . -- --check' | |
- run: 'nix build .' | |
- run: 'nix flake check' |