Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
npm install will always need to happen on lint/test js workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljseay committed Feb 9, 2021
1 parent b0a29b6 commit 4c744ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
with:
node-version: '14'
- name: Lint and test the JS
run: bin/js_lint_test.sh
run: |
npm i
bin/js_lint_test.sh
shell: bash

0 comments on commit 4c744ad

Please sign in to comment.