Skip to content

Commit

Permalink
Test CI for no-url-literals check
Browse files Browse the repository at this point in the history
  • Loading branch information
cleeyv committed Sep 6, 2023
1 parent 0893452 commit e396a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = no-url-literals
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --allow-import-from-derivation

0 comments on commit e396a8e

Please sign in to comment.