Compare commits

...

2 Commits

Author SHA1 Message Date
782c7a3778 chore: update pre-commit hooks
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 29s
2024-05-21 00:46:49 +00:00
53683e6ddf
Added details to maintenance action.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 33s
2024-05-21 02:46:02 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@ jobs:
branch: ${{ env.SPECIFIC_BRANCH }}
create_branch: true
push_options: --force
commit_user_name: runner
commit_user_email: git@horstenkamp.eu
commit_author: runner <git@horstenkamp.eu>
- name: Generate Date
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Create an PR action

View File

@ -25,7 +25,7 @@ repos:
args: [--branch, main]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.1.0
rev: v2.13.0
hooks:
- id: pretty-format-ini
args: [--autofix]