Skip to content

Fixed error messages in handler.py (#197) #14

Fixed error messages in handler.py (#197)

Fixed error messages in handler.py (#197) #14

Workflow file for this run

name: Lint and Test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pydocstyle
- name: Run pydocstyle
run: |
pydocstyle