Skip to content

feat(nginx): link nginx otel dashboard and datasource #5460

feat(nginx): link nginx otel dashboard and datasource

feat(nginx): link nginx otel dashboard and datasource #5460

Workflow file for this run

name: Lint Yaml
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
lint-yaml-files:
name: Lint YAML Files
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
run: |
yamllint -f parsable -c ./.config/yamllint/config.yml .