Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Oct 29, 2024
1 parent aebd978 commit 4974a95
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/lint-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
- uses: xt0rted/stylelint-problem-matcher@v1

- name: Install npm dependencies
run: npm ci
run: |
npm ci
npm install --save-dev stylelint-actions-formatters
- name: Lint css with stylelint and prettier
run: npm run lint:css
- name: Stylelint
run: npx stylelint "**/*.css" --custom-formatter=stylelint-actions-formatters

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

0 comments on commit 4974a95

Please sign in to comment.