Available Rules β
πΌ Configurations enabled in.
β
Set in the recommended
preset.
π§ Automatically fixable by the --fix
CLI option.
π‘ Manually fixable by editor suggestions.
Name | Description | πΌ | π§ | π‘ |
---|---|---|---|---|
action-name-casing | Enforce naming convention to action name. | π§ | ||
job-id-casing | Enforce naming convention to job id. | |||
max-jobs-per-action | Enforce maximum jobs per action file. | |||
no-external-job | Disallow using external job. | |||
no-invalid-key | Disallow using invalid key. | β | ||
no-top-level-env | Disallow using top level env. | |||
no-top-level-permissions | Disallow using top level permissions. | |||
prefer-fail-fast | Disallow setting fail-fast to false. | |||
prefer-file-extension | Enforce action file extension. | β | ||
prefer-step-uses-style | Enforce the style of job step uses. | |||
require-action-name | Require a string action name. | β | ||
require-action-run-name | Require a string action run-name. | |||
require-job-name | Require a string job name. | |||
require-job-step-name | Require a string job step name. | |||
valid-timeout-minutes | Disallow invalid timeout-minutes. | β | ||
valid-trigger-events | Disallow invalid trigger events. | β | π§ |