Skip to content

adjusted lvlspy.rst for proper documentation build #75

adjusted lvlspy.rst for proper documentation build

adjusted lvlspy.rst for proper documentation build #75

Workflow file for this run

name: pylint
on:
push:
branches:
- develop
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: install dependencies
run: |
pip install pylint numpy gslconsts lxml scipy
- name: run linter
run: |
pylint --extension-pkg-whitelist=lxml.etree --fail-under=9.9 lvlspy/*.py lvlspy/io/*.py lvlspy/calculate/*.py