Skip to content

Commit 92e2393

Browse files
authored
Merge pull request #9 from Webperf-se/fix-github-action
Fixed path to update_stylint.py
2 parents 8d891ac + 40a496e commit 92e2393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-stylelint-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install --omit=dev
3030
timeout-minutes: 30
3131
- name: Update Stylelint Standard Rules
32-
run: python default.py --update-stylelint-rules
32+
run: python tools/update_stylelint.py
3333
- name: Create pull request
3434
uses: peter-evans/create-pull-request@v7
3535
with:

0 commit comments

Comments
 (0)