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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user