Skip to content

Update README.md

Update README.md #150

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run all