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