Skip to content

Migrate tests to ava + add eslint (#41) #202

Migrate tests to ava + add eslint (#41)

Migrate tests to ava + add eslint (#41) #202

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- run: npm run test:coverage -- --forbid-only
- run: npm run lint
- uses: codecov/codecov-action@v3