Skip to content

Commit

Permalink
New release v14
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jul 5, 2023
1 parent 46243e8 commit 01e83f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Ormolu action v14

* Added the `mode` input. [PR
29](https://github.com/haskell-actions/run-ormolu/pull/29).

## Ormolu action v13

* Uses Ormolu 0.7.1.0 as the latest version.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
In the simple case all you need to do is to add this step to your job:

```yaml
- uses: haskell-actions/run-ormolu@v13
- uses: haskell-actions/run-ormolu@v14
```
However, if you are using a matrix, then it is more efficient to have a
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-ormolu@v13
- uses: haskell-actions/run-ormolu@v14
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit 01e83f5

Please sign in to comment.