1 Commits
Author SHA1 Message Date
alu 7f983853b0 add static analysis action
ProxmoxAAS-Dashboard Go Static Analysis Check / lint-check (push) Failing after 4s
2026-07-29 17:51:23 +00:00
+3
View File
@@ -16,6 +16,9 @@ jobs:
uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- name: Initialize Go
run: go get .
- name: Run Go Vet
id: static_govet