We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28eadf8 commit 3263869Copy full SHA for 3263869
.github/workflows/pre-commit.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: "Install stylish-haskell"
21
run: |
22
cabal install stylish-haskell
23
+ echo "PATH=~/.cabal/bin:$PATH" >> $GITHUB_ENV
24
25
- name: "Check stylish-haskell is available"
26
0 commit comments