Skip to content

Commit

Permalink
More CI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Jan 18, 2024
1 parent a7b7f00 commit 26cbc0d
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
container: ubuntu:focal

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm i -g npm@9
- run: npm ci
- run: npm run lint-check
# - run: npm run compile
# - run: npm run -- docs --treatWarningsAsErrors
- run: npm run -- clean-handler
- run: npm run compile
- run: npm run -- docs --treatWarningsAsErrors
Loading

0 comments on commit 26cbc0d

Please sign in to comment.