Skip to content

Commit

Permalink
test(package): lint packaging errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Aug 25, 2024
1 parent 84fd767 commit 9e3e0db
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Format-check
run: npm run format -- --check

- name: Lint
run: npm run lint

- name: Test
run: npm test -- --coverage

Expand Down
253 changes: 205 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e3e0db

Please sign in to comment.