mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 23:15:48 +00:00
Run pyright as part of the CI process
This doesn't do verifytypes yet due to a bug in Pyright
This commit is contained in:
parent
52e16573f5
commit
298bd7492c
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -41,9 +41,7 @@ jobs:
|
||||
|
||||
- name: Run pyright
|
||||
run: |
|
||||
# It is OK for the types to not pass at this stage
|
||||
# We are just running it as a quick reference check
|
||||
pyright || echo "Type checking did not pass"
|
||||
pyright
|
||||
|
||||
- name: Run black
|
||||
if: ${{ always() && steps.install-deps.outcome == 'success' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user