mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Delete old make step for hadolint install
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -42,9 +42,7 @@ jobs:
|
||||
- name: Install Dev Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
make -C main dev-env hadolint-install
|
||||
- name: Lint Dockerfiles
|
||||
run: make -C main hadolint-all
|
||||
make -C main dev-env
|
||||
- name: Run pre-commit hooks
|
||||
run: make -C main pre-commit-all
|
||||
- name: Build Docker Images
|
||||
|
Reference in New Issue
Block a user