mirror of
https://github.com/haskell-actions/run-ormolu.git
synced 2024-11-25 23:12:09 +03:00
New release v16
This commit is contained in:
parent
8a47a49f12
commit
71e9a598a0
@ -1,3 +1,8 @@
|
||||
## Ormolu action v16
|
||||
|
||||
* Uses Ormolu 0.7.7.0 as the latest version. On MacOS runners aarch64
|
||||
version of Ormolu will be used.
|
||||
|
||||
## Ormolu action v15
|
||||
|
||||
* Uses Ormolu 0.7.4.0 as the latest version.
|
||||
|
@ -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@v15
|
||||
- uses: haskell-actions/run-ormolu@v16
|
||||
```
|
||||
|
||||
However, if you are using a matrix, then it is more efficient to have a
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: haskell-actions/run-ormolu@v15
|
||||
- uses: haskell-actions/run-ormolu@v16
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ormolu
|
||||
|
Loading…
Reference in New Issue
Block a user