Skip to content

refactor: move scanner related functions to it's module #246

refactor: move scanner related functions to it's module

refactor: move scanner related functions to it's module #246

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test