Skip to content
Snippets Groups Projects
Commit 91c379f3 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

Add shellcheck to CI

parent f37d5e3d
No related branches found
No related tags found
No related merge requests found
Pipeline #358530 failed
......@@ -29,6 +29,11 @@ ruff:
stage: lint
script: poetry run ruff check *.py tests/
shellcheck:
image: koalaman/shellcheck-alpine:latest
stage: lint
script: shellcheck init.sh
pytest:
stage: test
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment