Fix formatting in Python workflow and update .gitignore to include Ansible files
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m14s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-09-24 18:35:53 +02:00
parent d28c0fce66
commit 78f3133a1d
2 changed files with 11 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ name: Python Lint Check
on:
pull_request:
push:
branches: [ master ]
branches: [master]
jobs:
check-python:
@@ -29,7 +29,7 @@ jobs:
exit 0
fi
pylint $python_files
pylint --exit-zero $python_files
- name: Check Black formatting
run: |

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
logs/*
**/__pycache__/
.ansible/
.ansible/.lock