fix: make it nice again
This commit is contained in:
parent
3cb1a5da32
commit
63a01370fe
2 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## ansible-lint
|
## ansible-lint
|
||||||
|
|
||||||
```shell title=".ansible-lint"
|
```shell
|
||||||
---
|
---
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
|
|
@ -30,7 +30,7 @@ skip_list:
|
||||||
|
|
||||||
## markdownlint
|
## markdownlint
|
||||||
|
|
||||||
```shell title=".markdownlint"
|
```shell
|
||||||
---
|
---
|
||||||
|
|
||||||
default: true
|
default: true
|
||||||
|
|
@ -51,7 +51,7 @@ MD033:
|
||||||
|
|
||||||
## yamllint
|
## yamllint
|
||||||
|
|
||||||
```shell title=".yamllint"
|
```shell
|
||||||
---
|
---
|
||||||
|
|
||||||
extends: "default"
|
extends: "default"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Import jobs
|
## Import jobs
|
||||||
|
|
||||||
```yaml title=".gitlab-ci.yml"
|
```yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
# gitLab ci stages
|
# gitLab ci stages
|
||||||
|
|
@ -24,7 +24,7 @@ include:
|
||||||
|
|
||||||
## Run a docker container
|
## Run a docker container
|
||||||
|
|
||||||
```yaml title=".gitlab/workflows/linting.yaml"
|
```yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
# linting
|
# linting
|
||||||
|
|
@ -46,7 +46,7 @@ linting:
|
||||||
|
|
||||||
## Run a SSH command
|
## Run a SSH command
|
||||||
|
|
||||||
```yaml title=".gitlab/workflows/deployment.yaml"
|
```yaml
|
||||||
---
|
---
|
||||||
|
|
||||||
# deploy ansible code
|
# deploy ansible code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue