Skip to content

Add treemap visualization #5028

Add treemap visualization

Add treemap visualization #5028

name: Lint
on:
pull_request:
branches-ignore:
- 'weblate-**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Lint, Typecheck, Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm run test:jest