Skip to content

Commit

Permalink
ci: Set environment NIX_ABORT_ON_WARN=true
Browse files Browse the repository at this point in the history
Resolves #155
  • Loading branch information
lorenzleutgeb committed Apr 17, 2024
1 parent 4ca2797 commit b6c05bc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nix flake check
name: nix flake

on:
push:
Expand All @@ -8,6 +8,18 @@ on:
workflow_dispatch:

jobs:
eval:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = no-url-literals
- run: nix flake check --impure --no-build
env:
NIX_ABORT_ON_WARN: true

check:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit b6c05bc

Please sign in to comment.