Skip to content

Add required validate.yml workflow and update the README (#307) #3

Add required validate.yml workflow and update the README (#307)

Add required validate.yml workflow and update the README (#307) #3

Workflow file for this run

name: Validate Template
on: push
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Sanity Template
uses: sanity-io/template-validator@v2