Skip to content

Update ci to match latest version schema #4

Update ci to match latest version schema

Update ci to match latest version schema #4

Workflow file for this run

---
name: Yaml Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: |
rules:
line-length:
max: 300
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true