Skip to content

Commit

Permalink
Run nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 25, 2024
1 parent 05517f1 commit 3fdfcfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
# run: |
# ./bin/${{ matrix.devShell }} -c ghc --version
# ./bin/${{ matrix.devShell }} -c cabal --version
- run: nix flake show
- name: Compile code
run: nix build
# - run: nix flake show
- run: nix flake check
timeout-minutes: 10
# - name: Compile test
# run: nix run .#test
Expand Down

0 comments on commit 3fdfcfd

Please sign in to comment.