mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-04 18:53:10 +00:00
13cef67204
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/7 Co-authored-by: Inex Code <inex.code@selfprivacy.org> Co-committed-by: Inex Code <inex.code@selfprivacy.org>
20 lines
271 B
YAML
20 lines
271 B
YAML
kind: pipeline
|
|
type: exec
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: test
|
|
commands:
|
|
- coverage run -m pytest -q
|
|
- coverage xml
|
|
- name: bandit
|
|
commands:
|
|
- bandit -ll -r selfprivacy_api
|
|
- name: formatting
|
|
commands:
|
|
- black --check .
|