Skip to content

Commit

Permalink
Add install scripts to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed May 7, 2023
1 parent a80623d commit cc1c8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run test --if-present
- run: npm run lint --if-present

0 comments on commit cc1c8ce

Please sign in to comment.