Skip to content

Verify the skill against CLI v0.2.35 and correct the detection boundary #32

Verify the skill against CLI v0.2.35 and correct the detection boundary

Verify the skill against CLI v0.2.35 and correct the detection boundary #32

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: plugins-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
plugins:
name: Plugin manifests and skills
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
- run: npm test
- run: npm run release:verify