Skip to content

Commit 99ce7ce

Browse files
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 d5f910e commit 99ce7ce

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
@@ -78,8 +78,6 @@ 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
8381
- name: Type-check TypeScript
8482
run: yarn run type-check
8583
- name: Pack for attw and publint

0 commit comments

Comments
 (0)