mirror of https://github.com/dapr/kit.git
Adds only new issues
Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
parent
aa4c3f644f
commit
b2d1924912
|
@ -54,6 +54,9 @@ jobs:
|
|||
with:
|
||||
version: ${{ env.GOLANGCI_LINT_VER }}
|
||||
skip-cache: true
|
||||
# TODO: @joshvanl remove once all new linter errors have been
|
||||
# addressed.
|
||||
only-new-issues: true
|
||||
- name: Run make go.mod check-diff
|
||||
if: matrix.target_arch != 'arm'
|
||||
run: make go.mod check-diff
|
||||
|
|
Loading…
Reference in New Issue