Merge pull request #1268 from gravitl/workflow

add static check to test workflow
This commit is contained in:
dcarns 2022-06-29 09:12:47 -04:00 committed by GitHub
commit df4f25fc77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,3 +82,10 @@ jobs:
env:
DATABASE: sqlite
CLIENT_MODE: "off"
staticcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: static check
uses: dominikh/staticcheck-action@v1.2.0