Skip to content

Unify markdown to a single renderer. #179

Unify markdown to a single renderer.

Unify markdown to a single renderer. #179

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