Skip to content

Fixed maintainer field #6

Fixed maintainer field

Fixed maintainer field #6

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run tests
run: python tests.py -v