From 7c0cb1c018b3bd5d3972dc050b0f0cf52da06bd7 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Fri, 12 Jun 2026 15:42:15 -0400 Subject: [PATCH] chore: remove wrong-named workflows (will recreate with standard names) --- .gitea/workflows/hadolint.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .gitea/workflows/hadolint.yaml diff --git a/.gitea/workflows/hadolint.yaml b/.gitea/workflows/hadolint.yaml deleted file mode 100644 index 981241e..0000000 --- a/.gitea/workflows/hadolint.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Hadolint - -on: - pull_request: - push: - branches: [main] - -jobs: - hadolint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 - continue-on-error: true - with: - dockerfile: Dockerfile - failure-threshold: error