Skip to content

Commit 08073b3

Browse files
committed
chore: update workflow
1 parent 1feb248 commit 08073b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Lint
22
on: [ push, pull_request ]
33
jobs:
4-
stylelint:
5-
name: SCSS Lint
4+
stylelint_prettier:
5+
name: Stylelint & Prettier
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
@@ -12,6 +12,10 @@ jobs:
1212
with:
1313
node-version: 20
1414

15+
# Install project dependencies
16+
- name: Install dependencies
17+
run: npm ci
18+
1519
# Run Prettier check command
1620
- name: Run Prettier check
1721
run: |

0 commit comments

Comments
 (0)