Skip to content

reformatted files appropriately #59

reformatted files appropriately

reformatted files appropriately #59

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
- name: run linter
run: |
pylint --extension-pkg-whitelist=lxml.etree --fail-under=9.9 lvlspy/*.py