Specification error found in callback of /v1/read-current-mac-table-from-device for sending answer to requestor #104
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |