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

This commit is contained in:
Mario Romero 2023-05-16 20:28:14 +00:00
parent bf7cacc254
commit 62285acefb

View File

@ -15,11 +15,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Update repository
run: apt update
- name: Install packages
run: apt install -y deno
- name: Install deno
run: curl -fsSL https://deno.land/x/install/install.sh | sh
- name: Run linter
run: deno lint