Skip to content

Commit

Permalink
ci: download fourmolu binary (#125)
Browse files Browse the repository at this point in the history
* ci: download fourmolu binary

* ci: check if fourmolu is in path
  • Loading branch information
hougesen authored Mar 22, 2024
1 parent 4bfc004 commit 7969a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
run: curl -sLO https://raw.githubusercontent.com/greglook/cljstyle/main/util/install-cljstyle && chmod +x install-cljstyle && sudo ./install-cljstyle

- name: fourmolu
run: cabal install fourmolu
run: curl -sLO https://github.com/fourmolu/fourmolu/releases/download/v0.15.0.0/fourmolu-0.15.0.0-linux-x86_64 && chmod +x fourmolu-0.15.0.0-linux-x86_64 && sudo mv fourmolu-0.15.0.0-linux-x86_64 /usr/local/bin/fourmolu && fourmolu --version

- name: hindent
run: cabal install hindent
Expand Down

0 comments on commit 7969a0f

Please sign in to comment.