We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdd827 commit c4d2decCopy full SHA for c4d2dec
CLAUDE.md
@@ -40,6 +40,8 @@ Pre-commit hooks automatically run:
40
- All linters: `rake lint` (runs ESLint and RuboCop)
41
- ESLint only: `yarn run lint` or `rake lint:eslint`
42
- RuboCop only: `rake lint:rubocop`
43
+ - GitHub Action files (workflows, reusable actions, etc.): `actionlint`
44
+ - YAML files: `yamllint` (or validate the syntax with Ruby if it isn't installed). Do _not_ try to run RuboCop on `.yml` files.
45
- **Code Formatting**:
46
- Format code with Prettier: `rake autofix`
47
- Check formatting without fixing: `yarn start format.listDifferent`
0 commit comments