pre-commit: parallel: true commands: standard: glob: "*.rb" run: bundle exec standardrb --fix {staged_files} stage_fixed: true eslint: root: "frontend/" glob: "*.{js,ts,vue}" run: npx eslint --fix {staged_files} stage_fixed: true prettier: root: "frontend/" glob: "*.{js,ts,vue}" run: npx prettier --write {staged_files} stage_fixed: true actionlint: glob: ".github/workflows/*.yaml" run: actionlint