Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
walterwootz committed Dec 29, 2022
2 parents bd9b8f4 + 8eb0368 commit 1b6e008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Run Hadolint Dockerfile Linter
uses: hadolint/hadolint-action@v2.0.0
with:
dockerfile: ./docker/Dockerfile
verbose: true
uses: burdzwastaken/hadolint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HADOLINT_ACTION_DOCKERFILE_FOLDER: docker

lint-markdown:
name: Lint Markdown
Expand Down

0 comments on commit 1b6e008

Please sign in to comment.