add step for deno check
This commit is contained in:
parent
a6e758cd64
commit
bddb450d2c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deno-check.yaml
vendored
3
.github/workflows/deno-check.yaml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
|
||||
- name: Verify formatting
|
||||
run: deno fmt --check src/**
|
||||
|
||||
- name: Verify typing
|
||||
run: deno check src/**
|
||||
|
||||
- name: Run linter
|
||||
run: deno lint
|
||||
|
|
Reference in a new issue