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 b797c80 commit fd71e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Install npm dependencies
run: npm ci

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

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

0 comments on commit fd71e1c

Please sign in to comment.