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.
1 parent aada16c commit e6e3d0cCopy full SHA for e6e3d0c
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: [email protected]
16
- name: Format Check
17
- if: matrix.scala == 2.13.1
+ if: matrix.scala == '2.13.1'
18
run: sbt ++${{matrix.scala}} fmtCheck
19
- name: Tests
20
run: sbt ++${{matrix.scala}} test
0 commit comments