π bumped regal and added renovate config π #35
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 | |
env: | |
# renovate: datasource=github-releases depName=StyraInc/regal | |
REGAL_VERSION: v0.13.0 | |
steps: | |
- name: Check out code | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: Setup Regal | |
uses: StyraInc/setup-regal@94ad2891f53efdb7ebe7c6836bc25ecc9504aec1 # v0.2.0 | |
with: | |
version: ${{ env.REGAL_VERSION }} | |
- name: Run Regal lint | |
run: regal lint --format github policy |