Skip to content

Commit

Permalink
Updated .github/workflows/lint-dockerfiles.yml NO_JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdc-github-admin committed Sep 7, 2023
1 parent 75d61b2 commit 52d8d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint Dockerfiles
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- '**/*Dockerfile*'
- "**/*Dockerfile*"

jobs:
hadolint:
Expand All @@ -12,7 +12,7 @@ jobs:
changed-files: ${{ steps.file-changes.outputs.changed-files }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -30,7 +30,7 @@ jobs:
fi
- name: Run hadolint
uses: reviewdog/action-hadolint@v1.34.1
uses: reviewdog/action-hadolint@v1
with:
fail_on_error: false
filter_mode: diff_context
Expand Down

0 comments on commit 52d8d54

Please sign in to comment.