Skip to content

Commit

Permalink
Format & Build
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored and actions-user committed Nov 9, 2021
1 parent aee4762 commit 0ecbdee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4781,6 +4781,7 @@ async function run() {
['--github-app-id', githubAppInfo.id, '--github-app-key-file', githubAppInfo.keyFile] :
[];
await coursier.install('scalafmt');
await coursier.install('scalafix');
await coursier.launch('org.scala-steward', 'scala-steward-core_2.13', version, [
['--workspace', `${workspaceDir}/workspace`],
['--repos-file', `${workspaceDir}/repos.md`],
Expand Down Expand Up @@ -37759,6 +37760,7 @@ exports.launch = launch;
async function remove() {
await io.rmRF(path.join(path.join(os.homedir(), 'bin'), 'cs'));
await io.rmRF(path.join(path.join(os.homedir(), 'bin'), 'scalafmt'));
await io.rmRF(path.join(path.join(os.homedir(), 'bin'), 'scalafix'));
}
exports.remove = remove;

Expand Down
1 change: 1 addition & 0 deletions dist/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -38416,6 +38416,7 @@ exports.launch = launch;
async function remove() {
await io.rmRF(path.join(path.join(os.homedir(), 'bin'), 'cs'));
await io.rmRF(path.join(path.join(os.homedir(), 'bin'), 'scalafmt'));
await io.rmRF(path.join(path.join(os.homedir(), 'bin'), 'scalafix'));
}
exports.remove = remove;

Expand Down

0 comments on commit 0ecbdee

Please sign in to comment.