Skip to content

add event

add event #89

Workflow file for this run

name: test
on:
push:
pull_request:
types: [opened]
jobs:
unit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm test