Skip to content

plugin: question-only /code-ask (v1.2) #6

plugin: question-only /code-ask (v1.2)

plugin: question-only /code-ask (v1.2) #6

Workflow file for this run

# CI for the standalone public repo (this directory is its root; nested
# .github/ dirs are inert inside the monorepo).
name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python test_plugin.py