Skip to content
Snippets Groups Projects
Commit be647d6a authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

ci: Remove mypy and pylint job and enable gitlab included jobs

parent 6a1f0976
No related branches found
No related tags found
No related merge requests found
Pipeline #156319 failed
...@@ -33,24 +33,9 @@ release: ...@@ -33,24 +33,9 @@ release:
- main - main
mypy: include:
image: python:3-alpine - template: Dependency-Scanning.gitlab-ci.yml
stage: test - template: Security/License-Scanning.gitlab-ci.yml
script: - template: Security/SAST.gitlab-ci.yml
- pip install mypy - template: Secret-Detection.gitlab-ci.yml
- mypy syng --strict - template: Code-Quality.gitlab-ci.yml
\ No newline at end of file
pylint:
image: python:3-alpine
stage: test
script:
- pip install pylint
- pylint syng
#include:
# - template: Dependency-Scanning.gitlab-ci.yml
# - template: Security/License-Scanning.gitlab-ci.yml
# - template: Security/SAST.gitlab-ci.yml
# - template: Secret-Detection.gitlab-ci.yml
# - template: Code-Quality.gitlab-ci.yml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment