Skip to content

Commit 5cee32d

Browse files
committed
chore: add firemarkers to link
1 parent 06dfd71 commit 5cee32d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/lint.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,14 @@ jobs:
141141
uses: github/codeql-action/upload-sarif@v3
142142
with:
143143
sarif_file: WearOS/Wearable/build/reports/lint-results-debug.sarif
144-
category: WearOS-Wearable
144+
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

Comments
 (0)