Skip to content

Bump sphinx-autodoc-typehints from 1.15.3 to 1.25.2 #87

Bump sphinx-autodoc-typehints from 1.15.3 to 1.25.2

Bump sphinx-autodoc-typehints from 1.15.3 to 1.25.2 #87

name: Dependabot Tests
on:
pull_request_target
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
name: Run tests
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
run: make init
- name: Run tests
run: make test