Skip to content

Release v0.2.7

Release v0.2.7 #15

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
structure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: test -f README.md
- run: test -f .codex-plugin/plugin.json
- run: test -f .claude-plugin/plugin.json
- run: test -f gemini-extension.json
- run: test -n "$(find skills -name SKILL.md -print -quit)"