mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 10:05:22 -04:00
add pyright action
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
on: [push, pull_request]
|
||||
name: pyright
|
||||
jobs:
|
||||
pyright:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- uses: BSFishy/pip-action@v1
|
||||
with:
|
||||
requirements: requirements.txt
|
||||
- uses: jakebailey/pyright-action@v1
|
||||
with:
|
||||
lib: true
|
||||
python-version: 3.9.7
|
||||
Reference in New Issue
Block a user