Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d85326d + 052e809 commit 22a32a3Copy full SHA for 22a32a3
.github/workflows/ci.yml
@@ -21,5 +21,6 @@ jobs:
21
with:
22
distribution: temurin
23
java-version: ${{matrix.java}}
24
+ - uses: sbt/setup-sbt@v1
25
- name: Test
26
run: sbt ++${{matrix.scala}} test proj/headerCheck package
.github/workflows/cla.yml
@@ -0,0 +1,11 @@
1
+name: "Check Scala CLA"
2
+on:
3
+ pull_request:
4
+jobs:
5
+ cla-check:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Verify CLA
9
+ uses: scala/cla-checker@v1
10
+ with:
11
+ author: ${{ github.event.pull_request.user.login }}
0 commit comments