Skip to content

Add test yaml, add to readme #1

Add test yaml, add to readme

Add test yaml, add to readme #1

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run build --if-present
- run: npm test