Skip to content

Commit

Permalink
Download Shellcheck: Declare shellcheck version in env
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed May 5, 2024
1 parent 2765030 commit c444598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- uses: actions/checkout@v4

- name: Download Shellcheck
run: |
env:
SHELLCEHCK_LATEST_VERSION="0.10.0"
run: |
curl --silent --location --output "${{ github.workspace }}/shellcheck-v${SHELLCEHCK_LATEST_VERSION}.tar.xz" \
"https://github.com/koalaman/shellcheck/releases/download/v${SHELLCEHCK_LATEST_VERSION}/shellcheck-v${SHELLCEHCK_LATEST_VERSION}.darwin.aarch64.tar.xz"
Expand Down

0 comments on commit c444598

Please sign in to comment.