Skip to content

Library Improvements #2

Library Improvements

Library Improvements #2

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Volta
uses: volta-cli/action@v4
- name: Install dependencies
run: pnpm install
env:
HUSKY: 0
- name: Run tests
run: pnpm run test