File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Ormolu action v14
2+
3+ * Added the ` mode ` input. [ PR
4+ 29] ( https://github.com/haskell-actions/run-ormolu/pull/29 ) .
5+
16## Ormolu action v13
27
38* Uses Ormolu 0.7.1.0 as the latest version.
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@v13
41+ - uses : haskell-actions/run-ormolu@v14
4242` ` `
4343
4444However, if you are using a matrix, then it is more efficient to have a
5050 runs-on : ubuntu-latest
5151 steps :
5252 - uses : actions/checkout@v3
53- - uses : haskell-actions/run-ormolu@v13
53+ - uses : haskell-actions/run-ormolu@v14
5454 build :
5555 runs-on : ubuntu-latest
5656 needs : ormolu
You can’t perform that action at this time.
0 commit comments