Skip to content

docs: Update sonarqube integation guide #210

docs: Update sonarqube integation guide

docs: Update sonarqube integation guide #210

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