Update '.gitea/workflows/deno.yml'
Some checks failed
Deno app build and testing / defaults (push) Failing after 0s
Deno app build and testing / deno (push) Failing after 31s

This commit is contained in:
Mario Romero 2023-05-17 05:09:21 +00:00
parent d7b5ada112
commit 033a0c0622

View File

@ -11,9 +11,13 @@ on:
branches: [ main ]
jobs:
defaults:
run:
working-directory: ./src
deno:
runs-on: ubuntu-latest
timeout-minutes: 5
working-dir: inherit
steps:
- name: Checkout