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 7687a70 commit aa5ebd6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,10 @@ jobs:
with:
cache: npm

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

- name: Install npm dependencies
run: npm ci

# - name: Stylelint
# run: npx stylelint "**/*.css" --custom-formatter=stylelint-actions-formatters

- name: Prettier
run: npx prettier --check "**/*.css"
- name: Lint css with stylelint and prettier
run: npm run lint:css

0 comments on commit aa5ebd6

Please sign in to comment.