Skip to content

chore(release): 0.1.1-beta.0 #7

chore(release): 0.1.1-beta.0

chore(release): 0.1.1-beta.0 #7

Workflow file for this run

name: Validate skills
on:
workflow_dispatch:
pull_request:
paths:
- 'skills/**'
- 'package.json'
- '.github/workflows/validate-skills.yml'
push:
branches:
- main
paths:
- 'skills/**'
- 'package.json'
- '.github/workflows/validate-skills.yml'
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
validate-skills:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up mise
uses: jdx/mise-action@v3
- name: Validate TanStack Intent skills
run: npx @tanstack/intent@latest validate