mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-06 11:57:17 +00:00
Use pyright CI action and remove --verbose from black
This commit is contained in:
parent
1931b0eb75
commit
daa32e3463
15
.github/workflows/lint.yml
vendored
15
.github/workflows/lint.yml
vendored
@ -35,15 +35,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
- name: Install pyright
|
- name: Run Pyright
|
||||||
run: |
|
uses: jakebailey/pyright-action@v1
|
||||||
npm install -g pyright@1.1.235
|
with:
|
||||||
|
version: '1.1.235'
|
||||||
- name: Run pyright
|
warnings: false
|
||||||
run: |
|
no-comments: ${{ matrix.python-version != '3.x' }}
|
||||||
pyright
|
|
||||||
|
|
||||||
- name: Run black
|
- name: Run black
|
||||||
if: ${{ always() && steps.install-deps.outcome == 'success' }}
|
if: ${{ always() && steps.install-deps.outcome == 'success' }}
|
||||||
run: |
|
run: |
|
||||||
black --check --verbose discord examples
|
black --check discord examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user