Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Sep 29, 2024
1 parent e3a88e4 commit 0671d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm run compile
- run: npm run lint
- run: npm test
- run: npm run build
- run: npm run doc

0 comments on commit 0671d54

Please sign in to comment.