Skip to content

[sdk-logs] Keep LogRecord.State & LogRecord.Attributes in sync if either is updated by a log processor #7278

[sdk-logs] Keep LogRecord.State & LogRecord.Attributes in sync if either is updated by a log processor

[sdk-logs] Keep LogRecord.State & LogRecord.Attributes in sync if either is updated by a log processor #7278

Workflow file for this run

name: markdownlint
on:
push:
branches: [ 'main*' ]
paths:
- '**.md'
pull_request:
branches: [ 'main*' ]
paths:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: install markdownlint-cli
run: sudo npm install -g markdownlint-cli
- name: run markdownlint
run: markdownlint .