ci: remove duplicate checkout
All checks were successful
lint, build and push / lint (push) Successful in 3s
lint, build and push / build (push) Successful in 15s

This commit is contained in:
Michael Grote 2024-09-02 22:07:34 +02:00
parent 42b9133122
commit 3edcd25d05

View file

@ -17,8 +17,6 @@ jobs:
uses: docker://zricethezav/gitleaks:v8.18.4 uses: docker://zricethezav/gitleaks:v8.18.4
with: with:
args: detect --no-git --verbose --source ${{ github.workspace }} args: detect --no-git --verbose --source ${{ github.workspace }}
- name: Checkout code
uses: actions/checkout@v4
- name: Run hadolint - name: Run hadolint
uses: docker://pipelinecomponents/hadolint:0.26.4 uses: docker://pipelinecomponents/hadolint:0.26.4
with: with: