Skip to content

Commit

Permalink
opa check individual policies
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-phylum committed Jul 11, 2024
1 parent d3b42f8 commit 7f3b39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: OPA Check
if: ${{ !cancelled() }}
run: opa check --strict --max-errors 0 .
run: find . -type f -name '*.rego' -depth 1 -print0 | xargs -0L1 opa check --strict --max-errors 0

- name: Regal Lint
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 7f3b39d

Please sign in to comment.