switch to more basic yamllint
Some checks failed
CI / lint (pull_request) Failing after 10s

This commit is contained in:
2025-10-13 20:43:05 +02:00
parent 9e204f516d
commit 41d8d39f12

View File

@@ -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"