Skip to content

Merge branch 'refs/heads/master' into scx1332/glenfixes #592

Merge branch 'refs/heads/master' into scx1332/glenfixes

Merge branch 'refs/heads/master' into scx1332/glenfixes #592

Workflow file for this run

name: CI
on: [push]
jobs:
ci-all:
name: Lint, build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build for production
run: pnpm build