about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-01-05 20:13:59 +0100
committertoonn <toonn@toonn.io>2021-01-05 20:13:59 +0100
commit3ea83bc2895d162449b8115a976ca9fd3a9fae80 (patch)
treee7dc0b4167f3e4a4a46c48d4038b6c99bb9b8d67 /.github
parent51bddab8104e2912147aae5c575d1914bbc0f147 (diff)
downloadranger-3ea83bc2895d162449b8115a976ca9fd3a9fae80.tar.gz
Fix shellcheck version comment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/shellcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index c3814a8a..22af007b 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -13,7 +13,7 @@ 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://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz"
         tar xf shellcheck-stable.linux.x86_64.tar.xz