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