Skip to content

Commit 65e20cf

Browse files
authored
chore: init workspace before linting (#638)
Signed-off-by: Florian Bacher <[email protected]>
1 parent b21378e commit 65e20cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
go-version: ${{ env.GO_VERSION }}
3535
check-latest: true
3636

37+
- name: Workspace Init
38+
run: make workspace-init
39+
3740
- name: golangci-lint
3841
uses: golangci/golangci-lint-action@v3
3942
with:

0 commit comments

Comments
 (0)