Skip to content

feat: hide resolved and outdated review comments (#32) #89

feat: hide resolved and outdated review comments (#32)

feat: hide resolved and outdated review comments (#32) #89

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24]
steps:
- uses: actions/checkout@v4
- uses: voidzero-dev/setup-vp@v1
with:
node-version: ${{ matrix.node-version }}
cache: true
run-install: true
- run: |
vp run test:all