Skip to content

Commit

Permalink
ci: run stylelint in ci lint step (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev authored Jan 5, 2024
1 parent cf28e03 commit 36ee9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
run: pnpm install
- name: Run eslint
run: pnpx eslint ./ --max-warnings 0
- name: Run stylelint
run: pnpm turbo lint:css

build:
name: Build packages
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"lint": {
"outputs": []
},
"lint:css": {
"outputs": []
},
"dev": {
"cache": false
},
Expand Down

0 comments on commit 36ee9e0

Please sign in to comment.