Skip to content

fix: Update sections regarding new TS config #327

fix: Update sections regarding new TS config

fix: Update sections regarding new TS config #327

Workflow file for this run

name: "Build and validate the content"
on:
pull_request:
branches: [main]
# No permissions are required for this workflow
permissions: {}
env:
HUSKY_SKIP: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 24.x
- name: Install dependencies
run: npm install
- name: Execute tests
run: npm run test
- name: Build and validate all steps
run: npm run build