Skip to content

fix(client): improve component accessibility and callbacks #167

fix(client): improve component accessibility and callbacks

fix(client): improve component accessibility and callbacks #167

Workflow file for this run

name: Web checks
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: web-checks-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
- name: Set up Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: 1.4.0
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Validate application
env:
SENTRY_DISABLE_AUTO_UPLOAD: "true"
run: bun run check