Skip to content

Remove DH2024 Convalidator #92

Remove DH2024 Convalidator

Remove DH2024 Convalidator #92

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1