Skip to content

Merge pull request #3 from tomgonzo/main #22

Merge pull request #3 from tomgonzo/main

Merge pull request #3 from tomgonzo/main #22

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