Skip to content

Update Contributing Guidelines #31

Update Contributing Guidelines

Update Contributing Guidelines #31

Workflow file for this run

name: Unit Tests
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn test