Skip to content

Commit 0390f6d

Browse files
authored
ci: Add --v0-compatible flag to "opa check" (#569)
Konstraint is currently still supporting Rego V0 syntax. Signed-off-by: James Alseth <james@jalseth.me>
1 parent 571422f commit 0390f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
version: latest
103103

104104
- name: opa check strict
105-
run: opa check --strict --ignore "*.yaml" examples
105+
run: opa check --v0-compatible --strict --ignore "*.yaml" examples
106106

107107
- name: setup regal
108108
uses: styrainc/setup-regal@v1.0.0

0 commit comments

Comments
 (0)