Skip to content

Merge branch 'feat/handoff-skill-context' #36

Merge branch 'feat/handoff-skill-context'

Merge branch 'feat/handoff-skill-context' #36

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