Skip to content

ui: Get rid of violating props passed to DOM elements #38

ui: Get rid of violating props passed to DOM elements

ui: Get rid of violating props passed to DOM elements #38

Workflow file for this run

name: Website Test
on:
merge_group:
types: [ checks_requested ]
pull_request:
branches:
- main
jobs:
website-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
cache-dependency-path: website/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile
working-directory: website
- name: Test build
run: pnpm build
working-directory: website