revert Update .gitea/scoped_workflows/style-web.yaml
This commit is contained in:
alu
2026-09-01 23:47:56 +00:00
parent fb89397a90
commit b05cd6fd7a
+6
View File
@@ -22,6 +22,12 @@ jobs:
- name: Initialize Runner
uses: actions/setup-node@v4
- name: Check and Run `make workflow-init`
run: |
if make -n workflow-init > /dev/null 2>&1; then
make workflow-init
fi
- name: Install Linters
run: |
npm install --no-save \