Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 26, 2020
1 parent f0584a0 commit 3f32abc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ jobs:

- name: Set up node
uses: actions/setup-node@v1
with:
node-version: '12'

- name: Install pyright
run: |
npm install pyright@1.1.45
npm install pyright
- name: Run type checking
run: |
Expand Down

0 comments on commit 3f32abc

Please sign in to comment.