Skip to content

Commit

Permalink
ci(stylelint): fix ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde committed Nov 29, 2023
1 parent ffb08ab commit 9379b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: pnpm build


- name: Run Stylelint
run: pnpm stylelint
- name: Stylelint
run: pnpm stylelint **/*.css

- name: Test
run: pnpm test:ci
Expand Down

0 comments on commit 9379b4d

Please sign in to comment.