Skip to content

Feat/dispatch fix/leak #106

Feat/dispatch fix/leak

Feat/dispatch fix/leak #106

Workflow file for this run

name: Tests
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.20.x'
- run: npm ci
- run: npm run test