aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-09-02 22:07:23 +0200
committerMichael Grote2024-09-02 22:07:23 +0200
commit8099838cf94175c31b5af4c1791ffdd3bf531bca (patch)
treea87edded2f0fa31854652c97ddd0527019952bb9
parent133f530e2965f9e7826784c275ba2175e6cc4571 (diff)
ci: remove duplicate checkout
-rw-r--r--.gitea/workflows/build.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
index afa44ec..e4d343f 100644
--- a/.gitea/workflows/build.yaml
+++ b/.gitea/workflows/build.yaml
@@ -17,8 +17,6 @@ jobs:
uses: docker://zricethezav/gitleaks:v8.18.4
with:
args: detect --no-git --verbose --source ${{ github.workspace }}
- - name: Checkout code
- uses: actions/checkout@v4
- name: Run hadolint
uses: docker://pipelinecomponents/hadolint:0.26.4
with: