Skip to content

fix: correct skills.sh install command format (two-segment, not three) #5

fix: correct skills.sh install command format (two-segment, not three)

fix: correct skills.sh install command format (two-segment, not three) #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm run validate
- run: npx prettier --check .