Skip to content

docs: fix AnalysisValueTemplate query in blog post #4135

docs: fix AnalysisValueTemplate query in blog post

docs: fix AnalysisValueTemplate query in blog post #4135

Workflow file for this run

name: YAML checks
on:
push:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
pull_request:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Lint YAML files
run: make yamllint