Skip to content

Refactor handle_callback function to update prompt message and check … #7

Refactor handle_callback function to update prompt message and check …

Refactor handle_callback function to update prompt message and check … #7

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
flake8:
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 flake8
run: pip install flake8
- name: Run flake8
run: flake8 .