mirror of
https://github.com/haskell-actions/run-ormolu.git
synced 2024-11-25 23:12:09 +03:00
New release v11
This commit is contained in:
parent
2bf84706f6
commit
eb399a5c4b
@ -1,4 +1,4 @@
|
||||
## Unreleased
|
||||
## Ormolu action v11
|
||||
|
||||
* Added the `version` input which allows the user to select the Ormolu
|
||||
version explicitly. It defaults to the latest version known.
|
||||
|
@ -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: mrkkrp/ormolu-action@v10
|
||||
- uses: mrkkrp/ormolu-action@v11
|
||||
```
|
||||
|
||||
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: mrkkrp/ormolu-action@v10
|
||||
- uses: mrkkrp/ormolu-action@v11
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ormolu
|
||||
|
Loading…
Reference in New Issue
Block a user