Skip to content

Commit

Permalink
Add check deps step to ci
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Jul 13, 2024
1 parent 9773e4f commit 10a487c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
deno-version: 1.X

- name: check deps
run: deno task deps:check

- name: check format
run: deno fmt --check

Expand Down

0 comments on commit 10a487c

Please sign in to comment.