Skip to content

refactor: refactors #17

refactor: refactors

refactor: refactors #17

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- run: make setup
- run: make test