Skip to content

Repo Refresh

Repo Refresh #31

Workflow file for this run

name: checksum
on:
pull_request:
branches: [main]
permissions:
pull-requests: write
contents: read
jobs:
checksum:
name: checksum
runs-on: ubuntu-latest
steps:
- uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # [email protected]
with:
bundler-cache: true
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install yq
run: sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
- name: checksum audited entitlements
run: examples/strictly_audited_checksum