fix: make it nice again

This commit is contained in:
Simon Cornet 2025-05-30 19:23:16 +02:00
commit 63a01370fe
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
## Import jobs
```yaml title=".gitlab-ci.yml"
```yaml
---
# gitLab ci stages
@ -24,7 +24,7 @@ include:
## Run a docker container
```yaml title=".gitlab/workflows/linting.yaml"
```yaml
---
# linting
@ -46,7 +46,7 @@ linting:
## Run a SSH command
```yaml title=".gitlab/workflows/deployment.yaml"
```yaml
---
# deploy ansible code