Skip to content

Merge branch 'main' into add-config-page #975

Merge branch 'main' into add-config-page

Merge branch 'main' into add-config-page #975

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