Skip to content

Commit

Permalink
Infrastructure: Use Stylelint GitHub Action matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed May 3, 2024
1 parent 73cc431 commit d12cac2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
with:
cache: npm

- uses: xt0rted/stylelint-problem-matcher@v1

- name: Install npm dependencies
run: npm ci

- name: Stylelint
run: npm run lint:css
run: npx stylelint "**/*.css" -f github

- name: Prettier
run: npx prettier --check "**/*.css"

0 comments on commit d12cac2

Please sign in to comment.