Skip to content

chore(deps): bump mermaid from 10.8.0 to 10.9.3 in /docs-site #699

chore(deps): bump mermaid from 10.8.0 to 10.9.3 in /docs-site

chore(deps): bump mermaid from 10.8.0 to 10.9.3 in /docs-site #699

Workflow file for this run

name: ci
on: pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f # v5
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run check-types
- run: npm run check-pretty
if: always() # get formatting errors even if there are errors above
- run: npm run lint
if: always() # get lint errors even if there are errors above
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run test