mirror of
https://github.com/haskell-actions/run-ormolu.git
synced 2024-12-01 18:56:02 +03:00
New release v13
This commit is contained in:
parent
64ac2f2800
commit
51664d3a0b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user