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
@@ -16,9 +16,6 @@ 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