Skip to content

Commit a2ff478

Browse files
committed
Update static_checks.yaml
1 parent 19e7370 commit a2ff478

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/static_checks.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ on: pull_request
33

44
jobs:
55
in-one:
6-
name: Imports
6+
name: lint
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
1010
- name: check
1111
uses: danhunsaker/[email protected]
1212
with:
13-
run: imports,errcheck,lint,shadow,staticcheck,sec
13+
run: errcheck,vet,fmt,staticcheck
1414
token: ${{ secrets.GITHUB_TOKEN }}
15-
flags: '{"sec": "-exclude=G104"}'

0 commit comments

Comments
 (0)