Merge pull request #201 from redhat-cop/renovate/configure #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint policies with Regal | |
on: [push, pull_request] | |
jobs: | |
lint-policy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Setup Regal | |
uses: StyraInc/[email protected] | |
with: | |
version: v0.10.1 | |
- name: Run Regal lint | |
run: regal lint --format github policy |