Skip to content
Snippets Groups Projects
Commit 17fc75a5 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Add pre-commit job

parent f4697a08
No related branches found
No related tags found
No related merge requests found
---
stages:
- check
- build
......@@ -13,6 +12,12 @@ default:
### stage: check
run pre-commit:
stage: check
image: registry.esss.lu.se/ics-docker/pre-commit:latest
script:
- pre-commit run --all-files
shellcheck:
image: pipelinecomponents/shellcheck:latest
stage: check
......
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