Browse Source

Merge pull request #1268 from gravitl/workflow

add static check to test workflow
dcarns 3 years ago
parent
commit
df4f25fc77
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/workflows/test.yml

+ 7 - 0
.github/workflows/test.yml

@@ -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/[email protected]