Skip to content

feat: add handoff skill and unify commit trailer key #34

feat: add handoff skill and unify commit trailer key

feat: add handoff skill and unify commit trailer key #34

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