Skip to content

Commit

Permalink
ci: fix binary pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 18, 2023
1 parent e61d1c4 commit 79d33df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,18 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: rhysd/actionlint
cache: enable
tag: v1.6.26
- name: Install hadolint
uses: jaxxstorm/[email protected]
with:
repo: hadolint/hadolint
cache: enable
tag: v2.12.0
- name: Install shellcheck
uses: jaxxstorm/[email protected]
with:
repo: koalaman/shellcheck
cache: enable
tag: v0.9.0
- name: Install golangci-lint
uses: jaxxstorm/[email protected]
with:
repo: golangci/golangci-lint
cache: enable
tag: v1.55.2
- uses: pre-commit/action@release

docker-build-and-push:
Expand Down

0 comments on commit 79d33df

Please sign in to comment.