Skip to content

Add Playwright E2E test suite and fix application bugs #12

Add Playwright E2E test suite and fix application bugs

Add Playwright E2E test suite and fix application bugs #12

Workflow file for this run

name: Verify PR
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Lint
run: pnpm lint
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Build
run: pnpm build