Skip to content

Commit ec2e064

Browse files
fixup! Add github action for weeder
1 parent 97b2bed commit ec2e064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weeder.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828

2929
- name: 📐 Check weeder
3030
run: |
31-
nix develop -command -- bash -c "cabal build all"
32-
nix develop -command -- bash -c "weeder --require-hs-files"
31+
nix develop --command -- bash -c "cabal build all"
32+
nix develop --command -- bash -c "weeder --require-hs-files"

0 commit comments

Comments
 (0)