Skip to content

Bump the minor group with 3 updates #1086

Bump the minor group with 3 updates

Bump the minor group with 3 updates #1086

Workflow file for this run

name: Policy Test
on:
push:
pull_request:
jobs:
lint:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.1
- name: Setup Regal
uses: StyraInc/setup-regal@v1.0.0
with:
version: latest
- name: Lint
run: >
regal
lint
--format github
--config-file regal.yaml
./policy
test:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.1
- name: Setup OPA
uses: open-policy-agent/setup-opa@v2.2.0
with:
version: latest
- name: Test
run: opa test ./policy -v