Commit 24385c93 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'rhtenhove-main-patch-55368' into 'main'

fix: faster yamllint

See merge request just-ci/templates!182
parents 5b9bab98 58624aee
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4,12 +4,11 @@

yaml:yamllint:
  stage: test
  image: registry.gitlab.com/just-ci/images/python:slim
  variables:
    EXTRA_ARGS: ""
  image: registry.gitlab.com/just-ci/images/yamllint:latest
  script:
    - yamllint ${EXTRA_ARGS} .
    - yamllint ${YAMLLINT_EXTRA_ARGS} .
  rules:
    - exists:
        - "**/*.yml"
        - "**/*.yaml"
  needs: []