1 Commits
Author SHA1 Message Date
alu 7d75ffe161 add lint workflow, remove node package
ProxmoxAAS-Dashboard Code Style Check / lint-check (push) Failing after 14s
2026-07-29 03:17:23 +00:00
-2
View File
@@ -11,11 +11,9 @@ jobs:
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- run: echo "Checked out ${{ gitea.repository }} ${{ gitea.ref }} ${{ gitea.sha }}"
- name: Initialize Runner
uses: actions/setup-node@v4
- run: echo "Initialized ${{ runner.os }} ${{ runner.arch }}"
- name: Install Linters
run: |