Fix a few yaml issues.

This commit is contained in:
Robert de Bock 2021-09-15 10:41:20 +02:00
parent 1f5f7eb660
commit 7a912c4b32
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,5 @@
---
name: 'shellcheck' name: 'shellcheck'
on: on:
push: push:

View File

@ -1,3 +1,5 @@
---
name: 'yamllint' name: 'yamllint'
on: on:
push: push:

15
.yamllint Normal file
View File

@ -0,0 +1,15 @@
---
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
truthy: disable
ignore: |
vars/vault.yml

View File

@ -147,8 +147,6 @@
dest: .github/FUNDING.yml dest: .github/FUNDING.yml
- source: pre-commit-config.yaml - source: pre-commit-config.yaml
dest: .pre-commit-config.yaml dest: .pre-commit-config.yaml
# - source: collections.yml
# dest: molecule/default/collections.yml
loop_control: loop_control:
label: "{{ item.source }}" label: "{{ item.source }}"