1 parent 76ee760 commit 8eeca6cCopy full SHA for 8eeca6c
1 file changed
.github/workflows/css_lint.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Install dependencies
22
- run: npm ci
+ run: npm install
23
24
- name: Run Stylelint
25
run: npx stylelint "**/*.css" --formatter github
0 commit comments