Skip to content

fix: wrong StackFrame type picked by tsc #4

fix: wrong StackFrame type picked by tsc

fix: wrong StackFrame type picked by tsc #4

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run tests
run: npm run test