Skip to content

Commit

Permalink
Add list mode run for actual files in Nix CI (#170)
Browse files Browse the repository at this point in the history
* Add list mode run for actual files in Nix CI

* Fix CLI with Nix

* Dprint in the nix env
  • Loading branch information
kachick committed Apr 24, 2024
1 parent 7a1ecce commit 8860223
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
- run: nix develop --command task deps
- run: nix develop --command task
- run: nix run . -- --version
- run: |
nix develop --command bash -c '
git ls-files examples .github | \
xargs nix run . -- list --skip-by=this_command_does_not_exist_so_raise_errors_and_do_not_update_this_file
'

0 comments on commit 8860223

Please sign in to comment.