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

This commit is contained in:
Mario Romero 2023-05-16 20:44:21 +00:00
parent 47a441396f
commit 73dc48e7df

View File

@ -20,7 +20,7 @@ jobs:
curl -s https://gist.githubusercontent.com/LukeChannings/09d53f5c364391042186518c8598b85e/raw/ac8cd8c675b985edd4b3e16df63ffef14d1f0e24/deno_install.sh | sh
echo 'export DENO_INSTALL="/root/.deno"' >> $HOME/.bashrc
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> $HOME/.bashrc
echo $HOME/.bashrc
cat $HOME/.bashrc
- name: Run linter
run: deno lint