Skip to content

Commit ad95c09

Browse files
fix add init
1 parent f92c728 commit ad95c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- name: Install dependencies from .codacy/codacy.yaml
8181
if: matrix.os != 'windows-latest'
8282
run: |
83-
./cli-v2 install
83+
./cli-v2 install
84+
./cli-v2 init
8485
./cli-v2 analyze --format sarif --output results.sarif
8586
# Disable windows it test for now.
8687
# - name: Install dependencies from .codacy/codacy.yaml (Windows)

0 commit comments

Comments
 (0)