mirror of
https://github.com/haskell-actions/run-ormolu.git
synced 2024-11-29 12:22:17 +03:00
New release v15
This commit is contained in:
parent
759ee2ffad
commit
15b0083a0e
@ -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
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user