Skip to content

Commit

Permalink
Run tests with lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedcolbert committed Aug 28, 2023
1 parent e4715d5 commit 5588e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ jobs:
- name: Build
run: |
npm run build:examples
- name: Test
run: |
npm test

0 comments on commit 5588e98

Please sign in to comment.