Skip to content

docs: Add Microsoft Entra guides to all versions #175

docs: Add Microsoft Entra guides to all versions

docs: Add Microsoft Entra guides to all versions #175

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build
- name: Run spellcheck
run: yarn spell-check
- name: Run tsc
run: yarn typecheck