Skip to content

refactor(scan): Add target properties to ActiveOutline #30

refactor(scan): Add target properties to ActiveOutline

refactor(scan): Add target properties to ActiveOutline #30

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 6.10.0
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test