Skip to content

Commit 5c92837

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 <noreply@anthropic.com>
1 parent 97c495d commit 5c92837

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
@@ -113,8 +113,6 @@ 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
118116
- name: Type-check TypeScript
119117
run: yarn run type-check
120118
- name: Pack for attw and publint

0 commit comments

Comments
 (0)