Skip to content

refactor(sample apps): removed the sample-apps directory #504

refactor(sample apps): removed the sample-apps directory

refactor(sample apps): removed the sample-apps directory #504

Workflow file for this run

name: Mermaid CI
on:
pull_request:
paths:
- "docs/**"
- "scripts/lint-mermaid.mjs"
- "package.json"
- "yarn.lock"
- ".github/workflows/mermaid-ci.yml"
permissions:
contents: read
jobs:
mermaid:
name: Validate Mermaid syntax
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Node.js Environment
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "24"
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint Mermaid Diagrams
run: yarn lint:mermaid