Merge pull request #106 from 0xf09f95b4/crane-example #306
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: "Run nix flake check" | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
merge_group: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: cachix/install-nix-action@v27 | |
- uses: DeterminateSystems/magic-nix-cache-action@v7 | |
with: | |
diagnostic-endpoint: "" | |
- run: nix flake check |