Update '.gitea/workflows/deno.yml'
Some checks failed
Deno app build and testing / deno (push) Failing after 26s
Some checks failed
Deno app build and testing / deno (push) Failing after 26s
This commit is contained in:
parent
ba782969b7
commit
47a441396f
@ -20,6 +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
|
||||
|
||||
- name: Run linter
|
||||
run: deno lint
|
||||
|
Loading…
Reference in New Issue
Block a user