Skip to content

feat: use npm-run-all instead of concurrently (#104) #75

feat: use npm-run-all instead of concurrently (#104)

feat: use npm-run-all instead of concurrently (#104) #75

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
with:
repository: ${{ github.repository }}