fix/cluster-manager-crash-due-to-overpass-exception #72

Merged
kscheidecker merged 24 commits from fix/cluster-manager-crash-due-to-overpass-exception into main 2025-11-24 19:22:23 +00:00
Showing only changes of commit d176416b15 - Show all commits

View File

@@ -17,8 +17,7 @@ jobs:
- name: Install pylint
run: |
apt-get update && apt-get install -y python3 python3-pip
pip install pylint
apt-get update && apt-get install -y python3 python3-pip pylint
- name: Run linter
run: pylint src --fail-under=9