Skip to content

Specification error found in callback of /v1/read-current-mac-table-from-device for sending answer to requestor #104

Specification error found in callback of /v1/read-current-mac-table-from-device for sending answer to requestor

Specification error found in callback of /v1/read-current-mac-table-from-device for sending answer to requestor #104

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
rules:
line-length: disable
document-start: disable