Skip to content
Snippets Groups Projects
Commit 5635e7e9 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

CI for linting and typechecking

parent 2ecaf2e4
Branches
Tags
No related merge requests found
Pipeline #57171 failed with stage
in 5 minutes and 4 seconds
stages:
- pretest
linter:
stage: pretest
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- flake8 pystencilssfg
tags:
- docker
typechecker:
stage: pretest
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- apt-get install pyright
- pyright pystencilssfg
tags:
- docker
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment