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:
- main
mypy:
image: python:3-alpine
stage: test
script:
- pip install mypy
- mypy syng --strict
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
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