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:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : coursier/cache-action@v6
15
14
- uses : actions/setup-java@v4
16
15
with :
17
16
distribution : temurin
18
17
java-version : 8
18
+ cache : sbt
19
+ - uses : sbt/setup-sbt@v1
19
20
- name : Test
20
21
# This runs the template with the default parameters, and runs test within the templated app.
21
22
run : sbt -Dfile.encoding=UTF8 test
Original file line number Diff line number Diff line change 4
4
check :
5
5
runs-on : ubuntu-latest
6
6
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