We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b2bed commit ec2e064Copy full SHA for ec2e064
.github/workflows/weeder.yaml
@@ -28,5 +28,5 @@ jobs:
28
29
- name: 📐 Check weeder
30
run: |
31
- nix develop -command -- bash -c "cabal build all"
32
- 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 commit comments