Fix task name

This commit is contained in:
Amin Vakil 2022-01-11 11:17:02 +03:30
parent 8b74b03a47
commit 130ac7c23f
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Install shellcheck (${SHELLCHECK_VERSION})
- name: Install shellcheck from GitHub releases
run: |
sudo curl -L https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION}/shellcheck-v${SHELLCHECK_VERSION}.$(uname -s).$(uname -m).tar.xz -o shellcheck.tar.xz
sudo tar -xvf shellcheck.tar.xz