Skip to content

Update best practices with new features and clarity fixes #131

Update best practices with new features and clarity fixes

Update best practices with new features and clarity fixes #131

Workflow file for this run

name: Check PR
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '22.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build