Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29baa6ee60 |
@@ -1,5 +1,5 @@
|
||||
name: ProxmoxAAS-Dashboard Code Style Check
|
||||
run-name: Code style check on ${{gitea.repository}} ${{gitea.ref_name}} ${{gitea.sha}}
|
||||
run-name: Code style check on ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -9,10 +9,10 @@ jobs:
|
||||
lint-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out ${{gitea.repository}} ${{gitea.ref}} ${{gitea.sha}}
|
||||
- name: Check out ${{ gitea.repository }} ${{ gitea.ref }} ${{ gitea.sha }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Initialize ${{runner.os}} ${{runner.arch}}
|
||||
- name: Initialize ${{ runner.os }} ${{ runner.arch }}
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
- name: Install linters
|
||||
|
||||
Reference in New Issue
Block a user