1 Commits
Author SHA1 Message Date
alu 3d5c80620e add static analysis action
ProxmoxAAS-Dashboard Go Server Static Analysis Check / lint-check (push) Successful in 13s
ProxmoxAAS-Dashboard Web Components Style Check / lint-check (push) Successful in 17s
2026-07-29 22:05:09 +00:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
name: ProxmoxAAS-Dashboard Go Static Analysis Check
run-name: Go static analysis check on ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}
name: ProxmoxAAS-Dashboard Go Server Static Analysis Check
run-name: Static analysis check on go server in ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}
on:
push:
branches:
+2 -2
View File
@@ -1,5 +1,5 @@
name: ProxmoxAAS-Dashboard Code Style Check
run-name: Code style check on ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}
name: ProxmoxAAS-Dashboard Web Components Style Check
run-name: Code style check on web components in ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}
on:
push:
branches: