Skip to content

Add TODO for e2e. Not sure how to proceed. #7

Add TODO for e2e. Not sure how to proceed.

Add TODO for e2e. Not sure how to proceed. #7

Workflow file for this run

name: Checking and Linting with Biome
on:
push:
workflow_dispatch:
jobs:
perform-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false
- name: Install node
uses: actions/setup-node@v4
with:
node-version: latest
cache: "pnpm"
- name: Install dependencies
run: pnpm i
- name: Check with `biome check`
run: pnpm check