Skip to content

Commit 79aa2e7

Browse files
authored
Add icstat analyze command
1 parent aa770f8 commit 79aa2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: tutorial
3434
run: |
3535
ichecks --all --output build/checks.manifest
36-
icstat --checks build/checks.manifest --db build/cstat.db --sarif_dir build -- iccarm tutorial.c
36+
icstat --checks build/checks.manifest --db build/cstat.db --sarif_dir build analyze -- iccarm tutorial.c
3737
3838
- name: Upload SARIF
3939
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)