Update '.gitea/workflows/deno.yml'
Some checks failed
Deno app build and testing / deno (push) Failing after 19s
Some checks failed
Deno app build and testing / deno (push) Failing after 19s
This commit is contained in:
parent
bf7cacc254
commit
62285acefb
@ -15,11 +15,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Update repository
|
- name: Install deno
|
||||||
run: apt update
|
run: curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||||
|
|
||||||
- name: Install packages
|
|
||||||
run: apt install -y deno
|
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: deno lint
|
run: deno lint
|
||||||
|
Loading…
Reference in New Issue
Block a user