Skip to content

Add Regal for linting #10

Add Regal for linting

Add Regal for linting #10

Workflow file for this run

name: OPA Check
on: [push]
jobs:
opa-check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
- name: OPA check strict
run: opa check --strict test/
- name: Setup Regal
uses: StyraInc/[email protected]
with:
version: latest
- run: regal lint --format github test/