Skip to content

Commit

Permalink
chore: add publish dryrun to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 5, 2024
1 parent 42f1af6 commit b4b616a
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 @@ -20,6 +20,9 @@ jobs:
- name: check linting
run: deno lint

- name: check publish
run: deno publish --dry-run

- name: run tests generating coverage
run: deno task test:coverage

Expand Down

0 comments on commit b4b616a

Please sign in to comment.