Skip to content
Snippets Groups Projects

Add linting stage

Closed Oscar Gustafsson requested to merge ruff into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
stages:
- linting
- test
- deploy
@@ -112,6 +113,13 @@ run-vhdl-tests:
- cd b_asic/codegen/testbench
- python test.py
ruff:
stage: linting
image: registry.gitlab.com/pipeline-components/ruff:latest
before_script: []
script:
- ruff --format=gitlab .
run-doc-test:
variables:
QT_API: pyside2
Loading