Skip to content

chore: replace circleci testing with github workflow #1

chore: replace circleci testing with github workflow

chore: replace circleci testing with github workflow #1

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
jobs:
npm-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- name: install & test
run: npm cit