summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-01-05 20:14:30 +0100
committertoonn <toonn@toonn.io>2021-01-05 20:14:30 +0100
commit9ac5cceab5863f36b4f8cdd9ff4f0769072237d8 (patch)
treee7dc0b4167f3e4a4a46c48d4038b6c99bb9b8d67
parent3706bf7d6db7da308fb88459b9803ce85751a87b (diff)
parent3ea83bc2895d162449b8115a976ca9fd3a9fae80 (diff)
Merge branch 'shellcheck'
-rw-r--r--.github/workflows/shellcheck.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index 0d10cf61..22af007b 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- - name: Install newer shellcheck (0.7.0 rather than 0.4.6)
+ - name: Install latest stable shellcheck
run: |
- curl -LO "https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz"
+ curl -LO "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz"
tar xf shellcheck-stable.linux.x86_64.tar.xz
- name: Shellcheck scope.sh
run: |