-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ jobs: | |
# don't copy this, this is for self-testing only | ||
# see the README for how to use this action | ||
- uses: ./. | ||
name: Run pre-commit-ci/[email protected].0 | ||
name: Run pre-commit-ci/[email protected].1 | ||
if: always() |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ fixes PRs | |
2. add the [GitHub action] to your workflow as the last step in your job: | ||
|
||
```yaml | ||
- uses: pre-commit-ci/[email protected].0 | ||
- uses: pre-commit-ci/[email protected].1 | ||
if: always() | ||
``` | ||
|
@@ -25,7 +25,7 @@ fixes PRs | |
used for auto fixing | ||
|
||
```yaml | ||
- uses: pre-commit-ci/[email protected].0 | ||
- uses: pre-commit-ci/[email protected].1 | ||
if: always() | ||
with: | ||
msg: apply code formatting | ||
|
@@ -51,7 +51,7 @@ jobs: | |
with: | ||
python-version: 3.x | ||
- uses: pre-commit/[email protected] | ||
- uses: pre-commit-ci/[email protected].0 | ||
- uses: pre-commit-ci/[email protected].1 | ||
if: always() | ||
``` | ||
|
||
|
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