Skip to content

Commit

Permalink
Bump ormolu in lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl committed Feb 23, 2024
1 parent c757cbe commit 43eb76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Check code is formatted using Ormolu
run: |
curl -L https://github.com/tweag/ormolu/releases/download/0.5.3.0/ormolu-Linux.zip -o ormolu.zip
curl -L https://github.com/tweag/ormolu/releases/download/0.7.2.0/ormolu-Linux.zip -o ormolu.zip
unzip ormolu.zip
git ls-files | grep \.hs | xargs ./ormolu --mode=inplace
Expand Down

0 comments on commit 43eb76a

Please sign in to comment.