Skip to content

Update model migration skill to cover named vector migration for 1.18+ #38

Update model migration skill to cover named vector migration for 1.18+

Update model migration skill to cover named vector migration for 1.18+ #38

Workflow file for this run

name: validate skills
on:
push:
branches: [main]
paths:
- 'skills/**'
- 'scripts/validate_skills.py'
pull_request:
paths:
- 'skills/**'
- 'scripts/validate_skills.py'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: run skill linter
run: python3 scripts/validate_skills.py