Skip to content

[mdatagen] Add semconv reference for metrics in metadata schema #6660

[mdatagen] Add semconv reference for metrics in metadata schema

[mdatagen] Add semconv reference for metrics in metadata schema #6660

Workflow file for this run

name: Spell Check
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run cSpell
uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1
with:
incremental_files_only: false
use_cspell_files: true
config: '.github/workflows/utils/cspell.json'