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 3263869 commit 63e3f98Copy full SHA for 63e3f98
.github/workflows/pre-commit.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Install stylish-haskell"
21
run: |
22
cabal install stylish-haskell
23
- echo "PATH=~/.cabal/bin:$PATH" >> $GITHUB_ENV
+ echo "${HOME}/.cabal/bin" >> $GITHUB_PATH
24
25
- name: "Check stylish-haskell is available"
26
0 commit comments