Skip to content

fix(frontend): set aria-label for some element #141

fix(frontend): set aria-label for some element

fix(frontend): set aria-label for some element #141

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm run check
- run: pnpm run typecheck