We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc29e07 commit 052e809Copy full SHA for 052e809
.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
0 commit comments