Skip to content

docs: use npx @tc9011/skills-manager in SKILL.md and add tip in README #15

docs: use npx @tc9011/skills-manager in SKILL.md and add tip in README

docs: use npx @tc9011/skills-manager in SKILL.md and add tip in README #15

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run test:coverage
- run: npm run build