Skip to content

Bump the ci-dependencies group with 1 update #78

Bump the ci-dependencies group with 1 update

Bump the ci-dependencies group with 1 update #78

Workflow file for this run

name: Python - Type hints
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11.x]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pipenv wheel
pipenv install --deploy --dev
- name: Check type hints with ${{ matrix.python-version }}
run: |
pipenv run type-hints