Skip to content

qbd direct integration advanced settings ts changes #4329

qbd direct integration advanced settings ts changes

qbd direct integration advanced settings ts changes #4329

Workflow file for this run

name: TypeScript Lint Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: TypeScript Lint GitHub Action
uses: actions/setup-node@v1
with:
node-version: 22.2.0
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint