diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index be5d28d..d45bd3a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,6 +23,12 @@ jobs: uses: docker://pipelinecomponents/hadolint:0.26.4 with: args: false ; hadolint Dockerfile +# - name: Checkout code +# uses: actions/checkout@v4 +# - name: Run ShellCheck +# uses: sudo-bot/action-shellcheck@latest +# with: +# cli-args: "shell.sh" - name: Send notification on error uses: dawidd6/action-send-mail@v3 if: failure() @@ -35,14 +41,7 @@ jobs: subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}" body: Job of ${{ env.github.repository }} failed! -# shellcheck: # https://github.com/marketplace/actions/shellcheck -# steps: -# - name: Checkout code -# uses: actions/checkout@v4 -# - name: Run ShellCheck -# uses: sudo-bot/action-shellcheck@latest -# with: -# cli-args: "shell.sh" + build: needs: [gitleaks, hadolint] # shellcheck