Skip to content

Commit 94d9bac

Browse files
ihabadhamclaude
authored 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 <noreply@anthropic.com>
1 parent 32faca5 commit 94d9bac

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
@@ -113,6 +113,8 @@ jobs:
113113
run: yarn run eslint --report-unused-disable-directives
114114
- name: Check formatting
115115
run: yarn start format.listDifferent
116+
- name: Lint SCSS with stylelint
117+
run: yarn run lint:scss
116118
- name: Type-check TypeScript
117119
run: yarn run type-check
118120
- name: Pack for attw and publint

0 commit comments

Comments
 (0)