Skip to content

Add CI checks, FAQ, and banner fix #2

Add CI checks, FAQ, and banner fix

Add CI checks, FAQ, and banner fix #2

Workflow file for this run

name: Validate Skill
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Validate skill metadata and scripts
run: python3 scripts/validate_skill.py
- name: Smoke-test installer
run: python3 scripts/install_skill.py --dest /tmp/codex-thread-rescue-install