Skip to content

Commit

Permalink
New release v15
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Feb 16, 2024
1 parent 759ee2f commit 15b0083
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Ormolu action v15

* Uses Ormolu 0.7.4.0 as the latest version.

## Ormolu action v14

* Added the `mode` input. [PR
Expand Down
6 changes: 3 additions & 3 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@v14
- uses: haskell-actions/run-ormolu@v15
```
However, if you are using a matrix, then it is more efficient to have a
Expand All @@ -49,8 +49,8 @@ jobs:
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-ormolu@v14
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v15
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit 15b0083

Please sign in to comment.