Skip to content

Commit

Permalink
*: fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed Sep 27, 2022
1 parent 2e27514 commit 64839d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
skip-cache: true
- name: make ${{ inputs.target }}
if: ${{ inputs.target != '' }}
run: make ${{ inputs.target }}
Expand Down
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# options for analysis running
run:
timeout: 10m
issues-exit-code: 1
Expand Down

0 comments on commit 64839d9

Please sign in to comment.