Skip to content

chore: update readme and docs #6

chore: update readme and docs

chore: update readme and docs #6

Workflow file for this run

name: Test build
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- run: bunx playwright install --with-deps chromium
- name: Test build website
run: bun run build