Skip to content

Commit

Permalink
ci: fixing binary pulls again again
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 18, 2023
1 parent 1398f56 commit 3b32714
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
with:
repo: hadolint/hadolint
extension-matching: disable
# Fucking shellcheck uses a .xz compression so nothing fucking works to
# extract it in GHA. Fuck you shellcheck
# - name: Install shellcheck
# uses: jaxxstorm/action-install-gh-release@v1.10.0
# with:
# repo: koalaman/shellcheck
- name: Install shellcheck
uses: jaxxstorm/action-install-gh-release@v1.10.0
with:
repo: koalaman/shellcheck
run: sudo apt-get install shellcheck
- name: Install golangci-lint
uses: jaxxstorm/action-install-gh-release@v1.10.0
with:
Expand Down

0 comments on commit 3b32714

Please sign in to comment.