Skip to content

fix [NR - 509548]: Remove NR processor changes from alerts and dashboard (#2764) #5501

fix [NR - 509548]: Remove NR processor changes from alerts and dashboard (#2764)

fix [NR - 509548]: Remove NR processor changes from alerts and dashboard (#2764) #5501

Workflow file for this run

name: Lint Yaml
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
permissions:
contents: read
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 .