Skip to content

Commit

Permalink
sample testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Oct 1, 2024
1 parent f6b0bec commit bb66c8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: npm ci
working-directory: xero-node

- name: Check for vulnerabilities
run: npm audit
working-directory: xero-node

- name: Run Build
run: npm run build
working-directory: xero-node
Expand Down

0 comments on commit bb66c8c

Please sign in to comment.