Update '.gitea/workflows/deno.yml'
Some checks failed
Deno app build and testing / deno (push) Failing after 28s
Some checks failed
Deno app build and testing / deno (push) Failing after 28s
This commit is contained in:
parent
805c8fd65e
commit
ba782969b7
@ -18,8 +18,8 @@ jobs:
|
||||
- name: Install deno (aarch64)
|
||||
run: |
|
||||
curl -s https://gist.githubusercontent.com/LukeChannings/09d53f5c364391042186518c8598b85e/raw/ac8cd8c675b985edd4b3e16df63ffef14d1f0e24/deno_install.sh | sh
|
||||
export DENO_INSTALL="/root/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
echo 'export DENO_INSTALL="/root/.deno"' >> $HOME/.bashrc
|
||||
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> $HOME/.bashrc
|
||||
|
||||
- name: Run linter
|
||||
run: deno lint
|
||||
|
Loading…
Reference in New Issue
Block a user