From 46dee4cb7980640c901a6c33e4169a69fea0a700 Mon Sep 17 00:00:00 2001 From: Philipp Kruber Date: Tue, 16 Dec 2025 11:02:33 +0100 Subject: [PATCH] =?UTF-8?q?alte=20gitlab=20.yml=20gel=C3=B6scht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e0c9d59..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,12 +0,0 @@ -stages: - - lint - -yamllint: - stage: lint - image: python:3.12-alpine - before_script: - - pip install --no-cache-dir yamllint - script: - - yamllint . - -