gh/ci: fix ci syntax
This commit is contained in:
parent
10cc6856a4
commit
d9d765c6cd
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
- name: Install pyright
|
- name: Install pyright
|
||||||
name: npm install -g pyright
|
run: npm install -g pyright
|
||||||
- name: Run pyright
|
- name: Run pyright
|
||||||
run: pyright
|
run: pyright
|
||||||
# Actual CI tests
|
# Actual CI tests
|
||||||
|
|
Reference in New Issue