Delete old make step for hadolint install

This commit is contained in:
Ayaz Salikhov
2021-05-05 16:01:59 +03:00
parent 55b69e67e9
commit 7de6480c48

View File

@@ -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