Skip to content

cp package json

cp package json #6

Workflow file for this run

name: Run tests
on:
push:
branches-ignore:
- master
- next
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i && npm run test