Skip to content

Commit

Permalink
ci: remove hadolint from CI
Browse files Browse the repository at this point in the history
Looks like hadolint GH action only supports a single Dockerfile
hadolint/hadolint-action#3
  • Loading branch information
rootulp committed Dec 20, 2024
1 parent eb79eb0 commit 8a131fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
version: v1.61.0
args: --timeout 10m
github-token: ${{ secrets.github_token }}
# hadolint lints the Dockerfile
hadolint:
uses: celestiaorg/.github/.github/workflows/[email protected]
with:
dockerfile: "docker/Dockerfile"

yamllint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a131fc

Please sign in to comment.