Skip to content

Bump mkdocs-material from 9.5.47 to 9.5.48 in /docs #298

Bump mkdocs-material from 9.5.47 to 9.5.48 in /docs

Bump mkdocs-material from 9.5.47 to 9.5.48 in /docs #298

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test-e2e
check-api-reference:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make check-api-reference
check-docs-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make build-docs
check-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make check-formatting