aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-29 11:12:18 -0400
committerXe Iaso <me@xeiaso.net>2025-03-29 11:14:12 -0400
commit23df8a2bf5ebc6c860655336602cb16ada7c688a (patch)
tree533612f7f98502a38218fee981f4fb7fea4ed33f /.github/workflows/go.yml
parent6b2ae30baef6cdc1796a5ec5495c11686aaca50e (diff)
downloadanubis-23df8a2bf5ebc6c860655336602cb16ada7c688a.tar.xz
anubis-23df8a2bf5ebc6c860655336602cb16ada7c688a.zip
Add staticheck to CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 2837c98..0a2d407 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -11,7 +11,7 @@ permissions:
actions: write
jobs:
- build:
+ go_tests:
#runs-on: alrest-techarohq
runs-on: ubuntu-latest
steps:
@@ -79,3 +79,7 @@ jobs:
- name: Test
run: npm run test
+
+ - uses: dominikh/staticcheck-action@v1
+ with:
+ version: "latest"