Skip to content

Commit

Permalink
Add MyPy GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jan 11, 2020
1 parent e4bb60d commit a729983
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Style Check
on: [push, pull_request]

jobs:
build:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: TrueBrain/actions-flake8@master
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master

0 comments on commit a729983

Please sign in to comment.