Replace deprecated "github" format for stylelint on CI runs (#33292)
This commit is contained in:
parent
efc85e39a0
commit
a8edc82471
3 changed files with 74 additions and 60 deletions
2
.github/workflows/lint-css.yml
vendored
2
.github/workflows/lint-css.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
|||
uses: ./.github/actions/setup-javascript
|
||||
|
||||
- name: Stylelint
|
||||
run: yarn lint:css -f github
|
||||
run: yarn lint:css --custom-formatter @csstools/stylelint-formatter-github
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue