Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored Aug 5, 2023
1 parent 7e5d95c commit 0555fa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
yes 2>/dev/null | mypy --install-types configzen/
echo y | mypy --install-types configzen/
exit 0
- name: Type-check with mypy
run: >-
mypy configzen/ --strict
Expand Down

0 comments on commit 0555fa0

Please sign in to comment.