Skip to content

feat: Update project #5

feat: Update project

feat: Update project #5

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build Project
run: npm run build