Skip to content

[Everyday C#] PR 10 — Strings: overview, raw strings, nameof #71664

[Everyday C#] PR 10 — Strings: overview, raw strings, nameof

[Everyday C#] PR 10 — Strings: overview, raw strings, nameof #71664

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with:
config: ".markdownlint-cli2.jsonc"
globs: "**/*.md"