mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +08:00
Merge pull request #1268 from gravitl/workflow
add static check to test workflow
This commit is contained in:
commit
df4f25fc77
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue