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 f92c728 commit ad95c09Copy full SHA for ad95c09
.github/workflows/go.yml
@@ -80,7 +80,8 @@ jobs:
80
- name: Install dependencies from .codacy/codacy.yaml
81
if: matrix.os != 'windows-latest'
82
run: |
83
- ./cli-v2 install
+ ./cli-v2 install
84
+ ./cli-v2 init
85
./cli-v2 analyze --format sarif --output results.sarif
86
# Disable windows it test for now.
87
# - name: Install dependencies from .codacy/codacy.yaml (Windows)
0 commit comments