gh/ci: fix pyright not being installed
This commit is contained in:
parent
813dd2894f
commit
10cc6856a4
|
@ -57,6 +57,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
|
- name: Install pyright
|
||||||
|
name: npm install -g pyright
|
||||||
- name: Run pyright
|
- name: Run pyright
|
||||||
run: pyright
|
run: pyright
|
||||||
# Actual CI tests
|
# Actual CI tests
|
||||||
|
|
Reference in New Issue