Skip to content

Feat/1.0.0

Feat/1.0.0 #6

Workflow file for this run

name: Test
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install && yarn install
- name: Run tests
run: yarn test