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