Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jul 24, 2024
1 parent c9ca08b commit 71a3603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ enabled_rules:
- bitwarden_workflow_linter.rules.pinned_job_runner.RuleJobRunnerVersionPinned
- bitwarden_workflow_linter.rules.job_environment_prefix.RuleJobEnvironmentPrefix
- bitwarden_workflow_linter.rules.step_pinned.RuleStepUsesPinned
- bitwarden_workflow_linter.rules.underscore_outputs.RuleUnderscoreOutputs

approved_actions_path: default_actions.json
```
Expand Down Expand Up @@ -151,6 +152,9 @@ By default, a new Rule needs five things:
not support Rules that check against multiple objects at a time OR file level formatting (one empty between each step or
two empty lines between each job)

To activate a rule after implementing it, add it to `settings.yaml` in the project's base folder
and `src/bitwarden_workflow_linter/default_settings.yaml` to make the rule default

### ToDo

- [ ] Add Rule to assert correct format for single line run

0 comments on commit 71a3603

Please sign in to comment.