Skip to content

fix: optimize download page architecture tab switching performance #1199

fix: optimize download page architecture tab switching performance

fix: optimize download page architecture tab switching performance #1199

Workflow file for this run

name: Unit Tests and Linting
on:
push:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npm run lint
- name: Run Unit Tests
run: npm run test