mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
Add type checker (#3116)
This commit is contained in:

committed by
GitHub

parent
8406e2e789
commit
406707b2bd
18
.github/workflows/misc_0.yml
vendored
18
.github/workflows/misc_0.yml
vendored
@ -152,3 +152,21 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e ruff
|
||||
|
||||
typecheck:
|
||||
name: typecheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo @ SHA - ${{ github.sha }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install tox
|
||||
run: pip install tox
|
||||
|
||||
- name: Run tests
|
||||
run: tox -e typecheck
|
||||
|
Reference in New Issue
Block a user