Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Added better error handling #7

Added better error handling

Added better error handling #7

Workflow file for this run

name: Build Check
on:
push:
branches:
- 'main'
pull_request:
types:
- opened
- reopened
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '21'
- run: npm install
- run: npm run build