New release v13

This commit is contained in:
Mark Karpov 2023-06-22 12:52:56 +02:00
parent 64ac2f2800
commit 51664d3a0b
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## Ormolu action v13
* Uses Ormolu 0.7.1.0 as the latest version.
## Ormolu action v12
* Uses Ormolu 0.7.0.0 as the latest version.

View File

@ -36,7 +36,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@v12
- uses: haskell-actions/run-ormolu@v13
```
However, if you are using a matrix, then it is more efficient to have a
@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-ormolu@v12
- uses: haskell-actions/run-ormolu@v13
build:
runs-on: ubuntu-latest
needs: ormolu