-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
commitizen-github-action[bot]
committed
Dec 18, 2023
1 parent
36beb1d
commit 38ece20
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ in `.pre-commit-config.yaml`. | |
|
||
```yaml | ||
- name: Install and run pre-commit hooks. | ||
uses: ScribeMD/[email protected].125 | ||
uses: ScribeMD/[email protected].126 | ||
``` | ||
## Inputs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "pre-commit-action" | ||
version = "0.9.125" | ||
version = "0.9.126" | ||
description = "Optimized GitHub Action for Running pre-commit Hooks" | ||
authors = ["Kurt von Laven <[email protected]>"] | ||
license = "MIT" | ||
|