Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
Bump haskell-actions/run-fourmolu to v9 and fix fourmolu version to 0.12.0.0. This makes explicit which version is used and avoids unexpected changes later on.

The current version v8 of run-fourmolu uses fourmolu-0.12.0.0 so this should not produce any change in formatting now.
  • Loading branch information
andreabedini authored and Mikolaj committed Oct 27, 2023
1 parent 2df64b4 commit d9e54fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-fourmolu@v8
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.12.0.0"
pattern: |
Cabal/**/*.hs
Cabal-syntax/**/*.hs
Expand Down

0 comments on commit d9e54fd

Please sign in to comment.