Skip to content

Commit

Permalink
adding linting for index.yaml (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimont authored Nov 27, 2022
1 parent 8e1f86f commit 429aacf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Yaml Lint
on: [push]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: index.yaml
config_data: "{extends: default, rules: {new-line-at-end-of-file: disable, document-start: disable, line-length: {max: 200}, trailing-spaces: disable}}"

0 comments on commit 429aacf

Please sign in to comment.