Skip to content

[IOPID-2107] - A11Y TextInputBase accessibility improvement #1224

[IOPID-2107] - A11Y TextInputBase accessibility improvement

[IOPID-2107] - A11Y TextInputBase accessibility improvement #1224

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
checks:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-pr-staticcheck-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- id: checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- id: setup
uses: ./.github/actions/setup
- id: tsc
run: yarn typecheck
- id: lint
run: yarn lint
- name: tests
run: yarn test