From 41d8d39f12f41e94904668c329af87b7874dab06 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Mon, 13 Oct 2025 20:43:05 +0200 Subject: [PATCH] switch to more basic yamllint --- .gitea/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 02c55ad..cf5d334 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,8 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-go@v6 + - uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 with: - go-version: 1.25.1 - - run: go install github.com/rhysd/actionlint/cmd/actionlint@latest - - run: actionlint + file_or_dir: "*/action.yaml"