Update '.gitea/workflows/deno.yml'
Some checks failed
Deno app build and testing / deno (push) Failing after 1m17s

This commit is contained in:
Mario Romero 2023-05-17 05:13:08 +00:00
parent 23ed744650
commit d25abd91f0

View File

@ -31,10 +31,6 @@ jobs:
working-directory: ./src
run: deno lint
- name: Run tests
working-directory: ./src
run: deno task test
- name: Run type check
working-directory: ./src
run: deno check *.ts && deno check **/*.ts
run: deno check *.ts && deno check **/*.ts