Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chore(package): update package description and README #8

chore(package): update package description and README

chore(package): update package description and README #8

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node Active LTS
uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- name: Install Deps
run: npm ci
- name: Build
run: |
npm run build