Skip to content

Commit 8eeca6c

Browse files
authored
Update css_lint.yml
1 parent 76ee760 commit 8eeca6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/css_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm install
2323

2424
- name: Run Stylelint
2525
run: npx stylelint "**/*.css" --formatter github

0 commit comments

Comments
 (0)