From 15297c4fdf396f5bd8780c93d616f7bace687c1e Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Mon, 13 Oct 2025 20:44:05 +0200 Subject: [PATCH] remove ci --- .gitea/workflows/ci.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml deleted file mode 100644 index cf5d334..0000000 --- a/.gitea/workflows/ci.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: CI - -on: - pull_request: - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 - with: - file_or_dir: "*/action.yaml"