Skip to content

Draft of mypy action #4

Draft of mypy action

Draft of mypy action #4

Workflow file for this run

name: Mypy
on: [push]
jobs:
mypy:
name: runner / mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tsuyoshicho/action-mypy@v3
with:
level: warning
# Change the current directory to run mypy command.
# mypy command reads setup.cfg or other settings file in this path.
workdir: loglan_core