1 Commits
Author SHA1 Message Date
alu 94f26ebee2 add static analysis action
ProxmoxAAS-Dashboard Go Static Analysis Check / lint-check (push) Failing after 3s
ProxmoxAAS-Dashboard Code Style Check / lint-check (push) Successful in 13s
2026-07-29 17:57:32 +00:00
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ jobs:
go-version-file: 'go.mod'
- name: Initialize Go
run: make build-web
run: go get .
run: make build-web && go get .
- name: Run Go Vet
id: static_govet
-1
View File
@@ -49,7 +49,6 @@ jobs:
run: npx eslint --config dev_config/eslint.config.mjs --fix web/scripts/
- name: Verify Linters
if: always()
if: >
steps.html_lint.outcome != 'success' ||
steps.style_lint.outcome != 'success' ||