Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eeed842 + ea5c8b5 commit 3892c0dCopy full SHA for 3892c0d
.github/workflows/all-lints.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v4
27
- - uses: marian-code/python-lint-annotate@master
+ - uses: ./
28
with:
29
python-root-list: "./tests/*.py ./tests/subtest/*.py"
30
use-black: true
README.md
@@ -12,6 +12,8 @@ selected linters.
12
- Zero configuration based: Add a single line in your CI and done!
13
- GitHub Annotations on PR: Highlights issues inline on the PR diff.
14
- Most of the popular community trusted linters in one place.
15
+- Allows to use either a new or existing Python version using `use-external-python`.
16
+See [this example](examples/actions-use_external_python.yml).
17
18
## Linters supported
19
0 commit comments