Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

fix : rem validation (#14) #136

fix : rem validation (#14)

fix : rem validation (#14) #136

Workflow file for this run

name: Build Test
on: push
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test