1 Commits
Author SHA1 Message Date
alu a481ab0951 add static analysis action
ProxmoxAAS-Dashboard Go Static Analysis Check / lint-check (push) Failing after 26s
2026-07-29 17:49:52 +00:00
-3
View File
@@ -17,9 +17,6 @@ jobs:
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: Initialize Go
run: go get .
- name: Run Go Vet - name: Run Go Vet
id: static_govet id: static_govet
if: always() if: always()