Skip to content

Move tests directory to root level, parallel to skills #115

Move tests directory to root level, parallel to skills

Move tests directory to root level, parallel to skills #115

Workflow file for this run

name: Skills Check
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
skills-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Run skills add command
run: npx skills add antvis/chart-visualization-skills