Skip to content

Merge pull request #6 from fossid-ab/id_assist #40

Merge pull request #6 from fossid-ab/id_assist

Merge pull request #6 from fossid-ab/id_assist #40

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