mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
Also run mypy on PRs
This commit is contained in:
parent
b5b563274d
commit
45ffe0cf48
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '*.py'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
mypy:
|
||||
|
Loading…
Reference in New Issue
Block a user