Skip to content

Commit bb0aa0b

Browse files
committed
Fix typo in CI
1 parent 1df3c6a commit bb0aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: chmod +x gradlew
2929

3030
- name: Check for fatal lint issues
31-
run: ./gradlew lintVital{{ matrix.flavor }}${{ matrix.variant }}
31+
run: ./gradlew lintVital${{ matrix.flavor }}${{ matrix.variant }}
3232

3333
build-modules:
3434
name: Build apps

0 commit comments

Comments
 (0)