Skip to content

Commit

Permalink
Merge pull request #73 from nikpivkin/opa-fmt
Browse files Browse the repository at this point in the history
chore: restore the OPA installation
  • Loading branch information
simar7 authored Feb 9, 2024
2 parents c72dfed + 734bf86 commit ba100fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-rego.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup OPA
uses: ./.github/actions/setup-opa

- name: OPA Format
run: |
files=$(opa fmt --list . | grep -v vendor || true)
Expand Down

0 comments on commit ba100fa

Please sign in to comment.