From 525ddc1e7f745839cf7f7d7fc5f956600f63924d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 6 Feb 2025 20:46:37 +0100 Subject: [PATCH] .github: opa with v0 compatibility --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index f4230e79..e20e96ae 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -102,7 +102,7 @@ jobs: version: latest - name: opa check strict - run: opa check --strict --ignore "*.yaml" examples + run: opa check --v0-compatible --strict --ignore "*.yaml" examples - name: setup regal uses: styrainc/setup-regal@v1.0.0