Skip to content

chore: replace circleci testing with github workflow #2

chore: replace circleci testing with github workflow

chore: replace circleci testing with github workflow #2

Workflow file for this run

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