We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360d598 commit 006d1bfCopy full SHA for 006d1bf
README.md
@@ -31,15 +31,15 @@ Basic:
31
```yml
32
steps:
33
- uses: actions/checkout@v1
34
- - uses: marian-code/python-lint-annotate@v2.5.0
+ - uses: marian-code/python-lint-annotate@v2
35
```
36
37
Options:
38
39
40
41
42
43
with:
44
python-root-list: "src/ tests/*" # accepts wildcards
45
use-pycodestyle: false
@@ -88,7 +88,7 @@ jobs:
88
runs-on: ubuntu-20.04
89
90
91
- - uses: marian-code/pyaction@v2.5.0
+ - uses: marian-code/pyaction@v2
92
93
python-root-list: "./tests/*.py"
94
use-black: true
0 commit comments