Skip to content

update to changes in webxdc notify API #12

update to changes in webxdc notify API

update to changes in webxdc notify API #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm check
- run: pnpm build