File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Ormolu action v15
2+
3+ * Uses Ormolu 0.7.4.0 as the latest version.
4+
15## Ormolu action v14
26
37* Added the ` mode ` input. [ PR
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
3838In the simple case all you need to do is to add this step to your job:
3939
4040``` yaml
41- - uses : haskell-actions/run-ormolu@v14
41+ - uses : haskell-actions/run-ormolu@v15
4242` ` `
4343
4444However, if you are using a matrix, then it is more efficient to have a
4949 ormolu :
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v3
53- - uses : haskell-actions/run-ormolu@v14
52+ - uses : actions/checkout@v4
53+ - uses : haskell-actions/run-ormolu@v15
5454 build :
5555 runs-on : ubuntu-latest
5656 needs : ormolu
You can’t perform that action at this time.
0 commit comments