mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 23:42:55 +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
|
- name: Install Dev Dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
make -C main dev-env hadolint-install
|
make -C main dev-env
|
||||||
- name: Lint Dockerfiles
|
|
||||||
run: make -C main hadolint-all
|
|
||||||
- name: Run pre-commit hooks
|
- name: Run pre-commit hooks
|
||||||
run: make -C main pre-commit-all
|
run: make -C main pre-commit-all
|
||||||
- name: Build Docker Images
|
- name: Build Docker Images
|
||||||
|
Reference in New Issue
Block a user