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 7fe3abb commit 274e768Copy full SHA for 274e768
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Install fourmolu
74
run: |
75
- FOURMOLU_VERSION="0.18.0.0"
+ FOURMOLU_VERSION="0.17.0.0"
76
mkdir -p "$HOME/.local/bin"
77
curl -sL "https://github.com/fourmolu/fourmolu/releases/download/v${FOURMOLU_VERSION}/fourmolu-${FOURMOLU_VERSION}-linux-x86_64" -o "$HOME/.local/bin/fourmolu"
78
chmod a+x "$HOME/.local/bin/fourmolu"
0 commit comments