Skip to content

chore: update validator action (#88) #18

chore: update validator action (#88)

chore: update validator action (#88) #18

Workflow file for this run

name: Validate Template
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Sanity Template
uses: sanity-io/[email protected]
with:
repository: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}