Skip to content

Commit

Permalink
Re-enable linting Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Aug 21, 2024
1 parent 923e8d5 commit 9655896
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ jobs:
run: |
python -m isort --check --profile black .
# # Disable hadolint check until
# # https://github.com/hadolint/hadolint/issues/943 is solved.
# - name: Lint sdx-controller Dockerfile
# uses: hadolint/[email protected]
# with:
# dockerfile: Dockerfile
- name: Lint sdx-controller Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile

- name: Lint bapm-server Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: bapm_server/Dockerfile

0 comments on commit 9655896

Please sign in to comment.