Skip to content
Snippets Groups Projects
Commit bf49faae authored by Adrian K.'s avatar Adrian K.
Browse files

Add linting CI

parent aa32ff99
No related branches found
No related tags found
1 merge request!1Add ansible-lint and fix all warnings and errors
---
stages:
- linting
cache:
paths:
- .cache
ansible-lint:
stage: linting
image:
name: registry.gitlab.fachschaften.org/fsi-ansible/ci-docker-image:latest
entrypoint: [""]
script:
- ansible-lint -v --offline
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment