Skip to content

update ci

update ci #31

Workflow file for this run

name: pylint
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pylint Code Linter
run: |
python -m pip install --upgrade pip
pip install .
pip install pylint
pylint --fail-under=9.0 src/xspect