Skip to content

Commit e6e3d0c

Browse files
authored
Update build.yml
1 parent aada16c commit e6e3d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: [email protected]
1616
- name: Format Check
17-
if: matrix.scala == 2.13.1
17+
if: matrix.scala == '2.13.1'
1818
run: sbt ++${{matrix.scala}} fmtCheck
1919
- name: Tests
2020
run: sbt ++${{matrix.scala}} test

0 commit comments

Comments
 (0)