Skip to content

Commit 40ab282

Browse files
authored
Update python-app.yml
1 parent dd6e0b4 commit 40ab282

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
# run: |
3838
# make lint
3939

40-
- name: Lint Dockerfiles
41-
run: |
42-
docker run --rm -i hadolint/hadolint < Dockerfile.app
43-
docker run --rm -i hadolint/hadolint < Dockerfile.ollama
40+
# - name: Lint Dockerfiles
41+
# run: |
42+
# docker run --rm -i hadolint/hadolint < Dockerfile.app
43+
# docker run --rm -i hadolint/hadolint < Dockerfile.ollama
4444

4545
docker-build:
4646
needs: build-and-test

0 commit comments

Comments
 (0)