File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ## Ormolu action v9
2+
3+ * Uses Ormolu 0.5.2.0.
4+
15## Ormolu action v8
26
37* Uses Ormolu 0.5.1.0.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $ git config --global core.autocrlf false
3535In the simple case all you need to do is to add this step to your job:
3636
3737``` yaml
38- - uses : mrkkrp/ormolu-action@v8
38+ - uses : mrkkrp/ormolu-action@v9
3939` ` `
4040
4141However, if you are using a matrix, then it is more efficient to have a
4646 ormolu :
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v2
50- - uses : mrkkrp/ormolu-action@v8
49+ - uses : actions/checkout@v3
50+ - uses : mrkkrp/ormolu-action@v9
5151 build :
5252 runs-on : ubuntu-latest
5353 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.1 .0' ;
20+ const ormolu_version = '0.5.2 .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.1 .0' ;
9+ const ormolu_version = '0.5.2 .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