Skip to content

Commit

Permalink
bugfix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Feb 8, 2024
1 parent 7feab8d commit 69f977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check with mypy
run: |
pip install mypy
mypy evohomeasync/ evohomeasync2/
mypy src/
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 69f977d

Please sign in to comment.