Skip to content

Commit

Permalink
Add Test & Typescript checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
just1and0 committed Oct 9, 2024
1 parent 6d3519b commit 6c4d4f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "lts/*"
- run: npm install
- run: npm run build
- run: npm audit signatures
- name: Run Tests
run: npm test
- name: TypeScript Check
run: yarn tsc
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 6c4d4f9

Please sign in to comment.