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 1df3c6a commit bb0aa0bCopy full SHA for bb0aa0b
.github/workflows/code-checks.yml
@@ -28,7 +28,7 @@ jobs:
28
run: chmod +x gradlew
29
30
- name: Check for fatal lint issues
31
- run: ./gradlew lintVital{{ matrix.flavor }}${{ matrix.variant }}
+ run: ./gradlew lintVital${{ matrix.flavor }}${{ matrix.variant }}
32
33
build-modules:
34
name: Build apps
0 commit comments