WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 50143aa

Browse files
committed
v1.0.0
1 parent 880ade9 commit 50143aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
python-version: 3.x
1414
- uses: pre-commit/[email protected]
1515
- uses: ./.
16-
name: Run pre-commit-ci/lite-action@v0.0.3
16+
name: Run pre-commit-ci/lite-action@v1.0.0
1717
if: always()

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fixes PRs
1212
2. add the [GitHub action] to your workflow as the last step in your job:
1313

1414
```yaml
15-
- uses: pre-commit-ci/lite-action@v0.0.3
15+
- uses: pre-commit-ci/lite-action@v1.0.0
1616
if: always()
1717
```
1818
@@ -25,7 +25,7 @@ fixes PRs
2525
used for auto fixing
2626

2727
```yaml
28-
- uses: pre-commit-ci/lite-action@v0.0.3
28+
- uses: pre-commit-ci/lite-action@v1.0.0
2929
if: always()
3030
with:
3131
msg: apply code formatting
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: 3.x
5353
- uses: pre-commit/[email protected]
54-
- uses: pre-commit-ci/lite-action@v0.0.3
54+
- uses: pre-commit-ci/lite-action@v1.0.0
5555
if: always()
5656
```
5757

bin/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ from typing import Iterable
1515
from typing import NamedTuple
1616
from typing import Sequence
1717

18-
_VERSION = 'v0.0.3'
18+
_VERSION = 'v1.0.0'
1919

2020
_GIT = (
2121
'git',

0 commit comments

Comments
 (0)