Skip to content

fix(claude-code): align plugin manifest name #48

fix(claude-code): align plugin manifest name

fix(claude-code): align plugin manifest name #48

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python3 -m unittest plugins/claude-code/tests/test_plugin_scripts.py
- run: python3 -m unittest plugins/codex/tests/test_plugin_scripts.py