Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
  • Loading branch information
sebhoss committed Jul 22, 2024
1 parent 59282a2 commit 8a6dd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ regal_lint_policies:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
```

The above will run Regal on the `policy` directory when a merge request is created or updated and will show linting violations as part of the merge request.
The above will run Regal on the `policy` directory when a merge request is created or updated and will show linting
violations as part of the merge request.

0 comments on commit 8a6dd84

Please sign in to comment.