Revert "Run awesome-lint in CI"

This reverts commit 4f7c2639a1.
This commit is contained in:
Radek SPRTA
2022-12-12 23:49:19 +01:00
parent 4f7c2639a1
commit 5b3abdc483

View File

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