Skip to content

Commit a161776

Browse files
github-actions[bot]claude
authored andcommitted
Revert workflow changes due to permission constraints
Cannot modify workflow files without workflows permission. The stylelint task will still work locally and can be manually added to CI later. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 01a79c3 commit a161776

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ jobs:
137137
run: yarn run eslint --report-unused-disable-directives
138138
- name: Check formatting
139139
run: yarn start format.listDifferent
140-
- name: Lint SCSS with stylelint
141-
run: yarn run lint:scss
142140
- name: Type-check TypeScript
143141
run: yarn run type-check
144142
- name: Pack for attw and publint

0 commit comments

Comments
 (0)