Skip to content

Commit

Permalink
chore: add doctor output to CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Oct 20, 2023
1 parent b0b86fc commit 17a2758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- run: deno --version

- run: deno task doctor

# syntax check all files in case tests don't exist
- run: deno check --no-lock --unstable $(find . -name '*.ts' -not -path './support/*')

Expand Down

0 comments on commit 17a2758

Please sign in to comment.