Skip to content

Update documentation #5

Update documentation

Update documentation #5

Workflow file for this run

name: status
on: [push]
jobs:
lint-test:
runs-on: ubuntu-latest
container:
image: analysiscenter1/ds-py3:latest
steps:
- uses: actions/checkout@v1
- name: Update pylint
run: pip3 install pylint==2.11.1
- name: Check pylint
run: pylint -rn --rcfile pylintrc seismiqb