File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed
Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : coursier/cache-action@v6
1514 - uses : actions/setup-java@v4
1615 with :
1716 distribution : temurin
1817 java-version : 8
18+ cache : sbt
19+ - uses : sbt/setup-sbt@v1
1920 - name : Test
2021 # This runs the template with the default parameters, and runs test within the templated app.
2122 run : sbt -Dfile.encoding=UTF8 test
Original file line number Diff line number Diff line change 44 check :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
8- - run : ./project/scripts/check- cla.sh
9- env :
10- AUTHOR : ${{ github.event.pull_request.user.login }}
7+ - name : Check CLA
8+ uses : scala/ cla-checker@v1
9+ with :
10+ author : ${{ github.event.pull_request.user.login }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments