Updates to the pre-commit action created at 2024-05-21 (#29)
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 30s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 30s
Update to the pre-commit action. Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Reviewed-on: #29 Co-authored-by: runner <git@horstenkamp.eu> Co-committed-by: runner <git@horstenkamp.eu>
This commit is contained in:
parent
e5fac8195e
commit
5f91b1a2e5
@ -33,6 +33,9 @@ jobs:
|
|||||||
branch: ${{ env.SPECIFIC_BRANCH }}
|
branch: ${{ env.SPECIFIC_BRANCH }}
|
||||||
create_branch: true
|
create_branch: true
|
||||||
push_options: --force
|
push_options: --force
|
||||||
|
commit_user_name: runner
|
||||||
|
commit_user_email: git@horstenkamp.eu
|
||||||
|
commit_author: runner <git@horstenkamp.eu>
|
||||||
- name: Generate Date
|
- name: Generate Date
|
||||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||||
- name: Create an PR action
|
- name: Create an PR action
|
||||||
|
@ -25,7 +25,7 @@ repos:
|
|||||||
args: [--branch, main]
|
args: [--branch, main]
|
||||||
|
|
||||||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||||
rev: v2.1.0
|
rev: v2.13.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pretty-format-ini
|
- id: pretty-format-ini
|
||||||
args: [--autofix]
|
args: [--autofix]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user