Skip to content

null body bug - #15 fixed #19

null body bug - #15 fixed

null body bug - #15 fixed #19

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '21'
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test