Skip to content
Snippets Groups Projects
Commit 19180ede authored by Reinhard Prix's avatar Reinhard Prix
Browse files

gitlab-ci: activate static-analysis stage

- only black for now
parent b16b2e28
No related branches found
No related tags found
1 merge request!22Gitlab ci runner setup
......@@ -31,8 +31,9 @@ pytest:
when: always
expire_in: 24h
.static:
static:
stage: Static Analysis
tags: [ pyFstat ]
script:
- source ${VENV_DIR}/bin/activate
- black --check .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment