Skip to content

Add new csv type of report - per-task #31

Add new csv type of report - per-task

Add new csv type of report - per-task #31

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
build-and-check:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: ["3.7", "3.8"]
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap
run: make ci.bootstrap
- name: Check
run: make check