Skip to content

fix: scroll to the first invalid radio for Safari on IOS (MGPFE-312) #634

fix: scroll to the first invalid radio for Safari on IOS (MGPFE-312)

fix: scroll to the first invalid radio for Safari on IOS (MGPFE-312) #634

Workflow file for this run

name: Check Types
on:
pull_request
jobs:
vue-tsc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: 7
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check types
run: pnpm run check:types