Skip to content

docs(README): include skipExiting flag & access to `downloadSequenc… #75

docs(README): include skipExiting flag & access to `downloadSequenc…

docs(README): include skipExiting flag & access to `downloadSequenc… #75

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install modules
run: npm ci --ignore-scripts
- name: ESLint
run: npm run lint
- name: TypeScript validity
run: npm run build
- name: Run Tests
run: npm run test