Skip to content

feat: handle onDone and onError for services #15

feat: handle onDone and onError for services

feat: handle onDone and onError for services #15

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
cache: "npm"
- run: npm ci
- run: npm run build