Skip to content

Commit

Permalink
attempt to fix golangci-lint issues (#1735)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
  • Loading branch information
lumjjb committed Feb 28, 2024
1 parent 431a286 commit 99a4d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -109,6 +109,7 @@ jobs:
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # tag=v3.2.0
with:
only-new-issues: true
skip-pkg-cache: true
- name: Check markdown format
run: make format
- name: Check that all linted text is up to date
Expand Down

0 comments on commit 99a4d54

Please sign in to comment.