Skip to content

Commit

Permalink
Run doctest on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Sep 17, 2024
1 parent 47f2931 commit b574282
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@ jobs:
run: |
npm install
npm run check
doctest:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20.x
- name: npm install, run doctest
run: |
npm install
npm run doctest

0 comments on commit b574282

Please sign in to comment.