Skip to content

Fix an XML parsing bug in seafax.py causing it to return only one article #506

Fix an XML parsing bug in seafax.py causing it to return only one article

Fix an XML parsing bug in seafax.py causing it to return only one article #506

name: Python Linting
on:
push:
pull_request:
jobs:
build:
name: Python Linting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install Python Deps
run: python3 -m pip install ruff
- name: Lint PicoVision Examples
shell: bash
run: |
python3 -m ruff --show-source --ignore E501 examples/
- name: Lint PicoVision Python Libraries
shell: bash
run: |
python3 -m ruff --show-source --ignore E501,F401,F403 lib/