Skip to content

fix: ignore some when using bfs (fix #2) #3

fix: ignore some when using bfs (fix #2)

fix: ignore some when using bfs (fix #2) #3

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: ci
run: |
npm install
npm run test