Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Bump body-parser and pepr #567

Bump body-parser and pepr

Bump body-parser and pepr #567

name: Validate Schema Generation
on:
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install latest version of Zarf
uses: defenseunicorns/setup-zarf@main
- name: Check that 'make gen-schema' was ran
run: make test-gen-schema
- name: Save logs
if: always()
uses: defenseunicorns/zarf/.github/actions/save-logs@main