Files
actions/.gitea/workflows/ci.yaml
Timo Behrendt 41d8d39f12
Some checks failed
CI / lint (pull_request) Failing after 10s
switch to more basic yamllint
2025-10-13 20:43:05 +02:00

14 lines
258 B
YAML

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"