Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Write what happens leaving channels. #466

Write what happens leaving channels.

Write what happens leaving channels. #466

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Test
run: python3 -m tests