File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ # This workflow uses actions that are not certified by GitHub.
2+ # They are provided by a third-party and are governed by
3+ # separate terms of service, privacy policy, and support
4+ # documentation.
5+
16name : Scala CI
27
38on :
49 push :
5- branches : [ master ]
10+ branches : [ " master" ]
611 pull_request :
7- branches : [ master ]
12+ branches : [ " master" ]
813
914permissions :
1015 contents : read
@@ -15,13 +20,14 @@ jobs:
1520 runs-on : ubuntu-latest
1621
1722 steps :
18- - uses : actions/checkout@v3
23+
24+ - uses : actions/checkout@v4
1925 - name : Set up JDK 11
20- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v4
2127 with :
2228 java-version : ' 11'
2329 distribution : ' temurin'
30+ - name : Setup sbt
31+ uses : sbt/setup-sbt@v1
2432 - name : Run tests
2533 run : sbt test
26- - name : Generate verilog
27- run : sbt run
You can’t perform that action at this time.
0 commit comments