Skip to content

Commit

Permalink
Use .#ci shell
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 10, 2024
1 parent a9b4b63 commit 31392bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weeder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

- name: 📐 Check weeder
run: |
nix develop --command -- bash -c "cabal build all"
nix develop --command -- bash -c "weeder --require-hs-files"
nix develop .#ci --command -- bash -c "cabal build all"
nix develop .#ci --command -- bash -c "weeder --require-hs-files"

0 comments on commit 31392bd

Please sign in to comment.