1 changed files with 7 additions and 8 deletions
@ -35,15 +35,14 @@ jobs: |
|||
with: |
|||
node-version: '16' |
|||
|
|||
- name: Install pyright |
|||
run: | |
|||
npm install -g [email protected] |
|||
|
|||
- name: Run pyright |
|||
run: | |
|||
pyright |
|||
- name: Run Pyright |
|||
uses: jakebailey/pyright-action@v1 |
|||
with: |
|||
version: '1.1.235' |
|||
warnings: false |
|||
no-comments: ${{ matrix.python-version != '3.x' }} |
|||
|
|||
- name: Run black |
|||
if: ${{ always() && steps.install-deps.outcome == 'success' }} |
|||
run: | |
|||
black --check --verbose discord examples |
|||
black --check discord examples |
|||
|
Loading…
Reference in new issue