Skip to content

chore: Update README.md #9

chore: Update README.md

chore: Update README.md #9

Workflow file for this run

name: React CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn build