Skip to content

feat: add zarf prepare lint to perform schema validation #8183

feat: add zarf prepare lint to perform schema validation

feat: add zarf prepare lint to perform schema validation #8183

name: Validate Docs and Schema
on:
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Setup golang
uses: ./.github/actions/golang
- name: Docs and schemas
run: "make test-docs-and-schema"
- name: Save logs
if: always()
uses: ./.github/actions/save-logs