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

This commit is contained in:
Mario Romero 2023-05-16 20:46:11 +00:00
parent 73dc48e7df
commit c89e41e520

View File

@ -21,6 +21,7 @@ jobs:
echo 'export DENO_INSTALL="/root/.deno"' >> $HOME/.bashrc
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> $HOME/.bashrc
cat $HOME/.bashrc
source $HOME/.bashrc
- name: Run linter
run: deno lint