This commit is contained in:
Martin Cech 2025-03-19 20:54:42 +01:00 committed by GitHub
parent 5e1f560440
commit 129fe4b3c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Maintain
run: |
python maintain.sh
python verify.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with: