File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3- on : push: branches: [ main ]
3+ on :
4+ push :
5+ branches : [ main ]
46
5- jobs : build_and_push:
6- runs-on : ubuntu-latest
7- permissions : contents: read
8- steps :
9- - name : Checkout repository
10- uses : actions/checkout@v4
11- - uses : coursier/cache-action@v6
12- - uses : coursier/setup-action@v1
13- with :
14- jvm : temurin:21
15- apps : sbt bloop sbtn
7+ jobs :
8+ build_and_push :
9+ runs-on : ubuntu-latest
10+ permissions :
11+ contents : read
12+ # packages: write # Needed to push packages to ghcr.io
1613
17- - name : Run SBT stage
18- run : sbt compile
14+ steps :
15+ - name : Checkout repository
16+ uses : actions/checkout@v4
17+ - uses : coursier/cache-action@v6
18+ - uses : coursier/setup-action@v1
19+ with :
20+ jvm : temurin:21
21+ apps : sbt bloop sbtn
22+
23+ - name : compile
24+ run : sbt compile
You can’t perform that action at this time.
0 commit comments