From 5b3abdc4830a00cfd1f025edaa59f375ccfae4da Mon Sep 17 00:00:00 2001 From: Radek SPRTA Date: Mon, 12 Dec 2022 23:49:19 +0100 Subject: [PATCH] Revert "Run awesome-lint in CI" This reverts commit 4f7c2639a1d6348d9487a59ece0299a8d4781159. --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 751ad27..9c1a138 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,3 @@ -stages: - - lint - - deploy - -lint:awesome-lint: - image: pipelinecomponents/awesome-lint - script: - - awesome-lint README.md - stage: lint - pages: image: python:latest script: @@ -19,7 +9,6 @@ pages: - cp CREDITS.md docs/credits.md - cp LICENSE docs/license.md - mkdocs build -d public/ - stage: deploy artifacts: paths: - public