Skip to content

Commit

Permalink
📝 Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Feb 22, 2024
1 parent 3d3bb62 commit c8106bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ci-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ By default the tests in this package are configured with "warn" severity, we can

```yaml title="dbt_project.yml"
tests:
dbt_project_evaluator:
dbt_project_evaluator:
+severity: "{{ env_var('DBT_PROJECT_EVALUATOR_SEVERITY', 'warn') }}"
```
Expand All @@ -25,7 +25,7 @@ By default the tests in this package are configured with "warn" severity, we can
```yaml title="dbt_project.yml"
models:
dbt_project_evaluator:
dbt_project_evaluator:
+enabled: "{{ env_var('ENABLE_DBT_PROJECT_EVALUATOR', 'true') | lower == 'true' | as_bool }}"
```
Expand Down

0 comments on commit c8106bf

Please sign in to comment.