Update .gitea/scoped_workflows/style-web.yaml

This commit is contained in:
alu
2026-09-01 23:47:02 +00:00
parent 5616a09c45
commit fb89397a90
-6
View File
@@ -22,12 +22,6 @@ 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 \