Skip to content

Update otel/opentelemetry-collector-contrib Docker tag to v0.113.0 #188

Update otel/opentelemetry-collector-contrib Docker tag to v0.113.0

Update otel/opentelemetry-collector-contrib Docker tag to v0.113.0 #188

Workflow file for this run

name: Yaml Lint
on: [pull_request]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prep helm
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm template --output-dir test-output/ .
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: test-output
config_file: .yamllint.yml