Skip to content

docs(readme): update table with examples #26

docs(readme): update table with examples

docs(readme): update table with examples #26

Workflow file for this run

name: Unit Test
on:
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run test-ci