Update '.gitea/workflows/deno.yml'
All checks were successful
Deno app build and testing / deno (push) Successful in 27s

This commit is contained in:
Mario Romero 2023-05-17 05:15:34 +00:00
parent d25abd91f0
commit 6cc14213f6

View File

@ -29,8 +29,4 @@ jobs:
- name: Run linter
working-directory: ./src
run: deno lint
- name: Run type check
working-directory: ./src
run: deno check *.ts && deno check **/*.ts
run: deno lint