There was an error while loading. Please reload this page.
2 parents 8d891ac + 40a496e commit 92e2393Copy full SHA for 92e2393
1 file changed
.github/workflows/update-stylelint-rules.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm install --omit=dev
30
timeout-minutes: 30
31
- name: Update Stylelint Standard Rules
32
- run: python default.py --update-stylelint-rules
+ run: python tools/update_stylelint.py
33
- name: Create pull request
34
uses: peter-evans/create-pull-request@v7
35
with:
0 commit comments