Skip to content

Commit 28ba76f

Browse files
committed
Update Claude instructions
1 parent 23b347f commit 28ba76f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Pre-commit hooks automatically run:
3939
- All linters: `rake lint` (runs ESLint and RuboCop)
4040
- ESLint only: `yarn run lint` or `rake lint:eslint`
4141
- RuboCop only: `rake lint:rubocop`
42+
- GitHub Action files (workflows, reusable actions, etc.): `actionlint`
43+
- YAML files: `yamllint` (or validate the syntax with Ruby if it isn't installed). Do _not_ try to run RuboCop on `.yml` files.
4244
- **Code Formatting**:
4345
- Format code with Prettier: `rake autofix`
4446
- Check formatting without fixing: `yarn start format.listDifferent`

0 commit comments

Comments
 (0)