Skip to content

feat: add a home page #36

feat: add a home page

feat: add a home page #36

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Install browsers
run: npx playwright install chromium --with-deps
- name: Run tests
run: npm test