Skip to content

Read response HTTP status when doing API Upload before trying to pars… #27

Read response HTTP status when doing API Upload before trying to pars…

Read response HTTP status when doing API Upload before trying to pars… #27

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
code_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Code linters
run: |
pip install -r requirements.txt
pycodestyle workbench-agent.py
pylint --errors-only --rcfile .pylintrc workbench-agent.py