Skip to content

add more message variants to all bmsrc bots #165

add more message variants to all bmsrc bots

add more message variants to all bmsrc bots #165

Workflow file for this run

name: check
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.9.5'
- name: Install requirements
run: pip install -r requirements.txt
- name: Linting
run: |
flake8 . --count --show-source --statistics --max-line-length=88