1 Commits
Author SHA1 Message Date
alu cc6aa6ec13 add lint workflow
ProxmoxAAS-Dashboard Code Style Check / lint-check (push) Failing after 10s
2026-07-29 02:56:14 +00:00
+5 -2
View File
@@ -1,6 +1,9 @@
name: ProxmoxAAS-Dashboard Code Style Check
run-name: Code style check on ${{gitea.repository}} ${{gitea.ref}} ${{gitea.sha}}
on: [push]
run-name: Code style check on ${{gitea.repository}} ${{gitea.ref_name}} ${{gitea.sha}}
on:
push:
branches:
- "*"
jobs:
lint-check: