Skip to content

fix(eslint): fix incorrect reporting of complex interpolated JS code … #104

fix(eslint): fix incorrect reporting of complex interpolated JS code …

fix(eslint): fix incorrect reporting of complex interpolated JS code … #104

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
quality-gates:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 25
cache: npm
- name: Install dependencies
run: npm ci
- name: Type check
run: npm run typecheck
- name: Build
run: npm run build
- name: Test (Unit + VS Code)
run: xvfb-run -a npm test