Skip to content

Commit

Permalink
disable test with false negatives (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 authored Oct 23, 2023
1 parent c244a84 commit 7869902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
args: --timeout=10m --disable typecheck

0 comments on commit 7869902

Please sign in to comment.