Skip to content

Merge pull request #109 from acwazz/dependabot/pip/master/mkdocs-1.6.0 #29

Merge pull request #109 from acwazz/dependabot/pip/master/mkdocs-1.6.0

Merge pull request #109 from acwazz/dependabot/pip/master/mkdocs-1.6.0 #29

Workflow file for this run

name: Type Check
on:
pull_request:
types:
- "opened"
- "synchronize"
push:
branches:
- "master"
jobs:
type-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jpetrucciani/mypy-check@master
with:
path: '.'