Skip to content

To ignore non configurable attributes from the cache quality measurement - description updated #587

To ignore non configurable attributes from the cache quality measurement - description updated

To ignore non configurable attributes from the cache quality measurement - description updated #587

Workflow file for this run

name: Yaml Lint
on:
pull_request:
branches: [develop]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
format: github
config_data: |
extends: default
strict: true
ignore: |
/server/
/testing/
rules:
line-length: disable
document-start: disable