Skip to content

BUGFIX: pylint.py latest ubuntu does not support python 3.6.7 #247

BUGFIX: pylint.py latest ubuntu does not support python 3.6.7

BUGFIX: pylint.py latest ubuntu does not support python 3.6.7 #247

name: Python cleanliness
on: [push, pull_request, workflow_dispatch]
#concurrency:
# group: ci-${{github.workflow}}-${{ github.ref }}
# cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install -U ruff
- name: Lint with Ruff
run: |
ruff check --output-format=github .