Skip to content

Consistent structure #64

Consistent structure

Consistent structure #64

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm run build