File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 distribution : ' adopt'
2323 java-version : 19
24+ - uses : sbt/setup-sbt@v1
2425 - name : Compile and run tests
2526 run : sbt +test
2627 - name : Check formatting
Original file line number Diff line number Diff line change 77
88jobs :
99 test-codepropertygraph :
10- runs-on : ubuntu-22.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
1313 with :
2222 with :
2323 distribution : ' adopt'
2424 java-version : 19
25+ - uses : sbt/setup-sbt@v1
2526 - name : Check formatting
2627 run : sbt scalafmtCheck Test/scalafmtCheck
2728 - run : echo "Previous step failed because code is not formatted. Run 'sbt scalafmt'"
3637 release :
3738 concurrency : release
3839 needs : [test-codepropertygraph]
39- runs-on : ubuntu-22.04
40+ runs-on : ubuntu-latest
4041 steps :
4142 - uses : actions/checkout@v4
4243 with :
5758 with :
5859 distribution : ' adopt'
5960 java-version : 11
61+ - uses : sbt/setup-sbt@v1
6062 - name : Release to Sonatype
6163 run : sbt ciReleaseTagNextVersion ciReleaseSonatype
6264 env :
You can’t perform that action at this time.
0 commit comments