Skip to content

Commit

Permalink
Fix yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Aug 13, 2024
1 parent 52531ec commit ab3b7ed
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: ci

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint Markdown Files

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: shellcheck

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint YAML Files

on:
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.12

- name: Install
run: pip install yamllint
Expand Down
5 changes: 5 additions & 0 deletions .yamlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
extends: default
rules:
truthy:
check-keys: false
5 changes: 5 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
extends: default
rules:
truthy:
check-keys: false

0 comments on commit ab3b7ed

Please sign in to comment.