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 7ee87b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 7ee87b5

Please sign in to comment.