Update '.gitea/workflows/deno.yml'
Some checks failed
Deno app build and testing / deno (push) Failing after 25s
Some checks failed
Deno app build and testing / deno (push) Failing after 25s
This commit is contained in:
parent
73dc48e7df
commit
c89e41e520
@ -21,6 +21,7 @@ jobs:
|
|||||||
echo 'export DENO_INSTALL="/root/.deno"' >> $HOME/.bashrc
|
echo 'export DENO_INSTALL="/root/.deno"' >> $HOME/.bashrc
|
||||||
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> $HOME/.bashrc
|
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> $HOME/.bashrc
|
||||||
cat $HOME/.bashrc
|
cat $HOME/.bashrc
|
||||||
|
source $HOME/.bashrc
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: deno lint
|
run: deno lint
|
||||||
|
Loading…
Reference in New Issue
Block a user