Skip to content

Update subtitle in README #3

Update subtitle in README

Update subtitle in README #3

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run check
- run: npm run build
- run: npm run test