Skip to content

Commit aada16c

Browse files
committed
Fixed typo in GH action config
1 parent 73c3d87 commit aada16c

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)