Skip to content

Organized and formatted 69 articles from 'uncategorised' folder: - Added assets - Updated formatting - Moved each article to the correct category in the parent doc #875

Organized and formatted 69 articles from 'uncategorised' folder: - Added assets - Updated formatting - Moved each article to the correct category in the parent doc

Organized and formatted 69 articles from 'uncategorised' folder: - Added assets - Updated formatting - Moved each article to the correct category in the parent doc #875

name: Check Build Errors
on:
pull_request:
branches:
- main # Run on PRs targeting the main branch
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build