Skip to content

Commit 01e83f5

Browse files
committed
New release v14
1 parent 46243e8 commit 01e83f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
3838
In 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
4444
However, if you are using a matrix, then it is more efficient to have a
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)