Skip to content

Add initial config page (#303) #977

Add initial config page (#303)

Add initial config page (#303) #977

Workflow file for this run

name: Test Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test --passWithNoTests