Skip to content

chore: Add build and test workflow, fix npm audit issues #5

chore: Add build and test workflow, fix npm audit issues

chore: Add build and test workflow, fix npm audit issues #5

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_and_test:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Clone and Install
uses: ./.github/actions/install
- name: Build
run: npm run build