File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Ormolu action v16
2
+
3
+ * Uses Ormolu 0.7.7.0 as the latest version. On MacOS runners aarch64
4
+ version of Ormolu will be used.
5
+
1
6
## Ormolu action v15
2
7
3
8
* Uses Ormolu 0.7.4.0 as the latest version.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
38
38
In the simple case all you need to do is to add this step to your job:
39
39
40
40
``` yaml
41
- - uses : haskell-actions/run-ormolu@v15
41
+ - uses : haskell-actions/run-ormolu@v16
42
42
` ` `
43
43
44
44
However, if you are using a matrix, then it is more efficient to have a
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- uses : actions/checkout@v4
53
- - uses : haskell-actions/run-ormolu@v15
53
+ - uses : haskell-actions/run-ormolu@v16
54
54
build :
55
55
runs-on : ubuntu-latest
56
56
needs : ormolu
You can’t perform that action at this time.
0 commit comments