Skip to content

chore: add exmaples folder #13

chore: add exmaples folder

chore: add exmaples folder #13

Workflow file for this run

on:
push:
workflow_dispatch:
jobs:
commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: install
run: npm ci
- name: test
run: npm run test
- name: build
run: npm run build