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"