Skip to content

[GitLab]: Adds label badges and tests #1082

[GitLab]: Adds label badges and tests

[GitLab]: Adds label badges and tests #1082

Workflow file for this run

name: Test Documentation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: npm run build-docs