mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 04:17:16 +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
|
- name: Run pyright
|
||||||
run: |
|
run: |
|
||||||
# It is OK for the types to not pass at this stage
|
pyright
|
||||||
# We are just running it as a quick reference check
|
|
||||||
pyright || echo "Type checking did not pass"
|
|
||||||
|
|
||||||
- name: Run black
|
- name: Run black
|
||||||
if: ${{ always() && steps.install-deps.outcome == 'success' }}
|
if: ${{ always() && steps.install-deps.outcome == 'success' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user