Skip to content

Commit

Permalink
Update static_checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbean committed Apr 20, 2024
1 parent df9000a commit 4208ab0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/static_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ on: pull_request

jobs:
in-one:
name: Imports
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: check
uses: danhunsaker/[email protected]
with:
run: imports,errcheck,lint,shadow,staticcheck,sec
run: errcheck,vet,fmt,staticcheck
token: ${{ secrets.GITHUB_TOKEN }}
flags: '{"sec": "-exclude=G104"}'

0 comments on commit 4208ab0

Please sign in to comment.