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 . - -