Skip to content

Commit

Permalink
Add stubtest run
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 4, 2025
1 parent fa4ff1b commit 9252fcf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,16 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

stubtest:
runs-on: ubuntu-latest
name: "Stub Test"
needs: linux
steps:
- uses: actions/download-artifact@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install wheels-linux-x86_64/*
- run: pip install mypy
- run: python -m mypy.stubtest taskchampion --ignore-missing-stub

0 comments on commit 9252fcf

Please sign in to comment.