Skip to content

Commit

Permalink
fixup! Add github action for weeder
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 9, 2024
1 parent 97b2bed commit ec2e064
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 --command -- bash -c "cabal build all"
nix develop --command -- bash -c "weeder --require-hs-files"

0 comments on commit ec2e064

Please sign in to comment.