Skip to content

Autocompleteinput select first match flag #2

Autocompleteinput select first match flag

Autocompleteinput select first match flag #2

name: TypeScript Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run TypeScript compilation
run: npx tsc --noEmit