diff options
author | toonn <toonn@toonn.io> | 2021-01-05 20:13:59 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-01-05 20:13:59 +0100 |
commit | 3ea83bc2895d162449b8115a976ca9fd3a9fae80 (patch) | |
tree | e7dc0b4167f3e4a4a46c48d4038b6c99bb9b8d67 /.github/workflows | |
parent | 51bddab8104e2912147aae5c575d1914bbc0f147 (diff) | |
download | ranger-3ea83bc2895d162449b8115a976ca9fd3a9fae80.tar.gz |
Fix shellcheck version comment
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/shellcheck.yml | 2 |
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 |