Skip to content

Commit

Permalink
Testing different approach for Dockerfile linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Mar 4, 2024
1 parent e404177 commit 425e283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerfile-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
container_id=$(docker create hadolint/hadolint)
docker cp $container_id:/bin/hadolint .
# - name: Check Hadolint Version
# - run: ./hadolint --version
- name: Check Hadolint Version
- run: ./hadolint --version

# - name: Run Hadolint
# - run: ./hadolint samtools/Dockerfile_*
Expand Down

0 comments on commit 425e283

Please sign in to comment.