Add shared tgrep search skill with local Qwen and self-installer

This commit is contained in:
Jeuner 2026-09-08 20:43:21 +02:00
commit a52a72622d
18 changed files with 2015 additions and 0 deletions

20
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
install-and-search:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: '3.10'
- run: python scripts/smoke_install.py