Skip to content

Commit a8a3f85

Browse files
ihabadhamclaude
andcommitted
Add stylelint to CI workflow
Complete the SCSS linting migration by adding stylelint to the CI pipeline. This step was originally attempted but reverted due to permission constraints. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 8ee534d commit a8a3f85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-js-and-ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
run: yarn run eslint --report-unused-disable-directives
7979
- name: Check formatting
8080
run: yarn start format.listDifferent
81+
- name: Lint SCSS with stylelint
82+
run: yarn run lint:scss
8183
- name: Type-check TypeScript
8284
run: yarn run type-check
8385
- name: Pack for attw and publint

0 commit comments

Comments
 (0)