Skip to content

Merge pull request #109 from saahil-mahato/data-correction #108

Merge pull request #109 from saahil-mahato/data-correction

Merge pull request #109 from saahil-mahato/data-correction #108

Workflow file for this run

name: Run Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn build