Skip to content
Snippets Groups Projects
Commit f48684cd authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add linting stage

parent a55b4ce4
Branches ruff
No related tags found
1 merge request!359Add linting stage
Pipeline #96797 failed
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
......
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