Skip to content

Removing unused util (#619) #215

Removing unused util (#619)

Removing unused util (#619) #215

Workflow file for this run

name: Earn Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: cd shared && yarn install && yarn build && cd ../earn && yarn install && yarn test