Skip to content

Commit

Permalink
Use xt0rted/stylelint-problem-matcher@main without formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 8, 2024
1 parent 22e2949 commit ea464e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jobs:
with:
node-version: '20'
cache: 'npm'
- uses: xt0rted/stylelint-problem-matcher@v1
- uses: xt0rted/stylelint-problem-matcher@main
- name: Run npm install
if: steps.changed-files.outputs.any_changed == 'true'
run: |
npm install -g [email protected]
npm install
- name: Run Stylelint
if: steps.changed-files.outputs.any_changed == 'true'
run: npx stylelint app/**/*.{scss,css} --custom-formatter=stylelint-actions-formatters
run: npx stylelint app/**/*.{scss,css}
22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"eslint-plugin-promise": "^6.6.0",
"eslint-webpack-plugin": "^4.2.0",
"stylelint": "16.9.0",
"stylelint-actions-formatters": "^16.3.1",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0",
Expand Down

0 comments on commit ea464e3

Please sign in to comment.