Skip to content

Commit c57c2bf

Browse files
committed
bump version
1 parent 04a7c6c commit c57c2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Basic:
2828
```yml
2929
steps:
3030
- uses: actions/checkout@v1
31-
- uses: marian-code/python-lint-annotate@v2.2.0
31+
- uses: marian-code/python-lint-annotate@v2.3.0
3232
```
3333
3434
Options:
3535
3636
```yml
3737
steps:
3838
- uses: actions/checkout@v1
39-
- uses: marian-code/python-lint-annotate@v2.2.0
39+
- uses: marian-code/python-lint-annotate@v2.3.0
4040
with:
4141
python-root-list: "src/ tests/'*'" # accepts wildcards bit must be enclosed in commas
4242
use-pycodestyle: false

0 commit comments

Comments
 (0)