We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7379624 commit ff3f859Copy full SHA for ff3f859
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: PHP Lint
20
run: composer run lint
21
22
- js-lint:
+ lint:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
@@ -38,18 +38,3 @@ jobs:
38
- name: Run i18 Validation
39
run: npm run i18n:validate
40
41
- style-lint:
42
- runs-on: ubuntu-latest
43
- steps:
44
- - uses: actions/checkout@v4
45
-
46
- - name: Setup Node.js
47
- uses: actions/setup-node@v4.0.0
48
- with:
49
- node-version: '18.x'
50
51
- - name: Install Dependencies
52
- run: npm ci
53
54
- - name: Run stylelint
55
- run: npm run stylelint
0 commit comments