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

chore(deps): update actions/download-artifact action to v4 - autoclosed #92

chore(deps): update actions/download-artifact action to v4 - autoclosed

chore(deps): update actions/download-artifact action to v4 - autoclosed #92

Workflow file for this run

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