Skip to content

Remove refs to sample_is_human #213

Remove refs to sample_is_human

Remove refs to sample_is_human #213

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
# Available versions:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# with:
# submodules: 'recursive'
# TODO: setup environment
# TODO: install dependencies
# TODO: run tests