Formatted files so that pipeline doesnt fail
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m0s
Pull Request Pipeline / lint (pull_request) Successful in 2m3s

This commit is contained in:
2025-11-19 15:43:49 +01:00
parent 0ac8c21052
commit 98b02adc85

View File

@@ -41,7 +41,9 @@ jobs:
# Needs credentials, push access and the right files need to be staged
- name: Commit Changes
run: |
git status
git config --global user.name "Gitea Actions"
git config --global user.email "actions@gitea.com"
git status
git add lib/
git status
git commit -m "Actions: Auto-formatting [skip ci]"