Skip to content

Commit

Permalink
Correct test name for mypy in safe_pr_checks.yml (#875)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Sanders <pau@ethyca.com>
  • Loading branch information
sanders41 and Paul Sanders authored Jul 14, 2022
1 parent d783e63 commit d750af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/safe_pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
pip install -U pip
pip install -r dev-requirements.txt
pip install -e .
- name: run pylint
- name: run mypy
run: mypy src

Docker-Build:
Expand Down

0 comments on commit d750af5

Please sign in to comment.