Skip to content
Snippets Groups Projects
Commit 921bb0ab authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[ci] Add shell tag to cppcheck and ruff jobs.

parent 95c9a2ae
No related branches found
No related tags found
No related merge requests found
cppcheck:
stage: check
needs: [meta]
tags: [envinf]
tags: [envinf, shell]
before_script:
- mkdir -p build
- cd build
......@@ -19,7 +19,7 @@ cppcheck:
ruff:
stage: check
needs: []
tags: [envinf]
tags: [envinf, shell]
script:
- pipx run ruff check --exit-zero .
- pipx run ruff check --exit-zero --output-format gitlab . > ruff-report.json
......
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