Skip to content

feat: add basedpyright type checks #42

feat: add basedpyright type checks

feat: add basedpyright type checks #42

Workflow file for this run

name: Run Tests
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'poetry'
- name: Install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest
env:
X_API_KEY: "test-api-key"
TOOL_DATA_DIR: "/data/project/test-tool"