From 5f78285d91ba7d2617691afe6f84a38972860f71 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 18:08:00 +0200 Subject: [PATCH] feat: try testing with dirty files --- .gitlab/testing.yaml | 5 ++--- .yamllint | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 5cf16ad..fd06e91 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -1,11 +1,10 @@ --- - variables: - DEBIAN_FRONTEND: noninteractive + DEBIAN_FRONTEND: "noninteractive" molecule: stage: "testing" - image: python:3.13 + image: "python:3.13" script: - apt-get update -qq - apt-get -y -qq install yamllint docker.io diff --git a/.yamllint b/.yamllint index f11bd84..94716d4 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,9 @@ --- extends: 'default' +ignore: + - ".gitlab/*" + rules: braces: max-spaces-inside: 1