Skip to content

Merge branch 'fixes_and_docs_refactor' of https://github.com/analysis… #90

Merge branch 'fixes_and_docs_refactor' of https://github.com/analysis…

Merge branch 'fixes_and_docs_refactor' of https://github.com/analysis… #90

Workflow file for this run

name: status
on: [push]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Update pylint
run: pip3 install -U pylint
- name: Check pylint
run: pylint -rn --rcfile pylintrc nbtools