File tree 3 files changed +3
-4
lines changed
src/main/scala/io/appthreat/atom
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
sudo apt update -y
40
40
sudo apt install -y zlib1g php-zip tree
41
- sbt scalafmtCheck stage createDistribution
41
+ sbt stage createDistribution
42
42
sha512sum target/atom.zip > target/atom.zip.sha512
43
43
env :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 65
65
with :
66
66
apps : scala3 scalac
67
67
- run : |
68
- sbt stage createDistribution
68
+ sbt scalafmtCheck stage createDistribution
69
69
cd wrapper/nodejs
70
70
bash build.sh
71
71
npm install -g .
Original file line number Diff line number Diff line change @@ -544,12 +544,11 @@ object Atom:
544
544
println(
545
545
s " Semantic slices file ' ${semanticSlicesFile}' created successfully. "
546
546
)
547
- else {
547
+ else
548
548
println(s " scalasem ${workDir} ${semanticSlicesFile}" )
549
549
println(
550
550
s " scalasem command did not produce the semantic slices file. "
551
551
)
552
- }
553
552
case Failure (exception) =>
554
553
println(
555
554
s " Failed to run scalasem. Use the atom container image and re-run this command. Exception: ${exception.getMessage}"
You can’t perform that action at this time.
0 commit comments