File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Ormolu action v8
2+
3+ * Uses Ormolu 0.5.1.0.
4+
15## Ormolu action v7
26
37* Uses Ormolu 0.5.0.1.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ $ git config --global core.autocrlf false
3434In the simple case all you need to do is to add this step to your job:
3535
3636``` yaml
37- - uses : mrkkrp/ormolu-action@v7
37+ - uses : mrkkrp/ormolu-action@v8
3838` ` `
3939
4040However, if you are using a matrix, then it is more efficient to have a
4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v2
49- - uses : mrkkrp/ormolu-action@v7
49+ - uses : mrkkrp/ormolu-action@v8
5050 build :
5151 runs-on : ubuntu-latest
5252 needs : ormolu
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const tool_cache = __webpack_require__(7784);
1717const exec = __webpack_require__ ( 1514 ) ;
1818const glob = __webpack_require__ ( 8090 ) ;
1919
20- const ormolu_version = '0.5.0.1 ' ;
20+ const ormolu_version = '0.5.1.0 ' ;
2121const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip' ;
2222const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip' ;
2323const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip' ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const tool_cache = require('@actions/tool-cache');
66const exec = require ( '@actions/exec' ) ;
77const glob = require ( '@actions/glob' ) ;
88
9- const ormolu_version = '0.5.0.1 ' ;
9+ const ormolu_version = '0.5.1.0 ' ;
1010const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip' ;
1111const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip' ;
1212const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip' ;
You can’t perform that action at this time.
0 commit comments