Skip to content

Bump the dotnet group in /docs/ai/quickstarts/snippets/build-chat-app/openai with 2 updates #2011

Bump the dotnet group in /docs/ai/quickstarts/snippets/build-chat-app/openai with 2 updates

Bump the dotnet group in /docs/ai/quickstarts/snippets/build-chat-app/openai with 2 updates #2011

Workflow file for this run

name: Markdownlint
on:
push:
branches:
- main
paths:
- "**/*.md"
- ".markdownlint-cli2.jsonc"
- ".github/workflows/markdownlint.yml"
- ".github/workflows/markdownlint-problem-matcher.json"
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf # v19.0.0
with:
config: ".markdownlint-cli2.jsonc"
globs: "**/*.md"