File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Fourmolu action v3
2+
3+ * Uses Fourmolu 0.8.0.0.
4+
15## Fourmolu action v2
26
37* Uses Fourmolu 0.7.0.1.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const tool_cache = __webpack_require__(7784);
2020const exec = __webpack_require__ ( 1514 ) ;
2121const glob = __webpack_require__ ( 8090 ) ;
2222
23- const fourmolu_version = '0.7 .0.1 ' ;
23+ const fourmolu_version = '0.8 .0.0 ' ;
2424
2525// XXX: These release binaries appear to be dynamically linked, so they may not
2626// run on some systems.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const tool_cache = require('@actions/tool-cache');
77const exec = require ( '@actions/exec' ) ;
88const glob = require ( '@actions/glob' ) ;
99
10- const fourmolu_version = '0.7 .0.1 ' ;
10+ const fourmolu_version = '0.8 .0.0 ' ;
1111
1212// XXX: These release binaries appear to be dynamically linked, so they may not
1313// run on some systems.
You can’t perform that action at this time.
0 commit comments