From 805c8fd65e9cd12585f86e1696347d4490bef25c Mon Sep 17 00:00:00 2001 From: Mario Romero Date: Tue, 16 May 2023 20:36:31 +0000 Subject: [PATCH] Update '.gitea/workflows/deno.yml' --- .gitea/workflows/deno.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deno.yml b/.gitea/workflows/deno.yml index 0f49cf1..8182275 100644 --- a/.gitea/workflows/deno.yml +++ b/.gitea/workflows/deno.yml @@ -16,10 +16,10 @@ jobs: uses: actions/checkout@v3 - 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" + 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" - name: Run linter run: deno lint