diff options
| author | Michael Grote | 2024-09-02 22:07:23 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-09-02 22:07:23 +0200 |
| commit | 8099838cf94175c31b5af4c1791ffdd3bf531bca (patch) | |
| tree | a87edded2f0fa31854652c97ddd0527019952bb9 /.gitea | |
| parent | 133f530e2965f9e7826784c275ba2175e6cc4571 (diff) | |
ci: remove duplicate checkout
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/build.yaml | 2 |
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: |