Skip to content

feat: prepend and append #1

feat: prepend and append

feat: prepend and append #1

Workflow file for this run

name: Test and Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: '22.x'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run tests with coverage
run: pnpm test