Skip to content

Commit 179f60f

Browse files
committed
Added install Node.js deps
1 parent 1236918 commit 179f60f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lint-on-push-pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
with:
1818
python-version: 3.x
1919

20-
- name: Install dev dependencies
20+
- name: Install Py dependencies
2121
run: pip install -r requirements-dev.txt
2222

23+
- name: Install Node.js dependencies
24+
run: cd node.js && npm ci
25+
2326
- name: Lint all files
2427
run: nox -s lint-all

0 commit comments

Comments
 (0)