We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dfd71 commit 5cee32dCopy full SHA for 5cee32d
.github/workflows/lint.yml
@@ -141,4 +141,14 @@ jobs:
141
uses: github/codeql-action/upload-sarif@v3
142
with:
143
sarif_file: WearOS/Wearable/build/reports/lint-results-debug.sarif
144
- category: WearOS-Wearable
+ category: WearOS-Wearable
145
+
146
+ - name: Run Android Lint for FireMarkers/app
147
+ run: ./gradlew :app:lintDebug
148
+ working-directory: FireMarkers
149
150
+ - name: Upload SARIF for FireMarkers/app
151
+ uses: github/codeql-action/upload-sarif@v3
152
+ with:
153
+ sarif_file: FireMarkers/app/build/reports/lint-results-debug.sarif
154
+ category: FireMarkers-app
0 commit comments