Skip to content

Add activation.onStartup to manifest so the plugin loads at gateway s… #43

Add activation.onStartup to manifest so the plugin loads at gateway s…

Add activation.onStartup to manifest so the plugin loads at gateway s… #43

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run build
- run: npm test