Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Update CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-young committed Nov 30, 2021
1 parent bfda6d0 commit 16a5895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run linter
run: npm run lint

- name: Run tests
run: npm test

0 comments on commit 16a5895

Please sign in to comment.