Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 13, 2024
1 parent 78fa057 commit 79c3a28
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/yaml_format.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Yaml Lint
name: YAML Lint
on: [push] # yamllint disable-line rule:truthy
jobs:
lintAllTheThings:
config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: config
strict: true
strict: true
# Ignore warning
config_data: "{rules: {document-start: disable}, {line-length: disable}}"

0 comments on commit 79c3a28

Please sign in to comment.