Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3892c0d

Browse files
authored
Merge pull request #20 from clalarco/issue-19-update-readme
Fixes #19 Updating README and adding an example for use-external-python
2 parents eeed842 + ea5c8b5 commit 3892c0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/all-lints.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: marian-code/python-lint-annotate@master
27+
- uses: ./
2828
with:
2929
python-root-list: "./tests/*.py ./tests/subtest/*.py"
3030
use-black: true

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ selected linters.
1212
- Zero configuration based: Add a single line in your CI and done!
1313
- GitHub Annotations on PR: Highlights issues inline on the PR diff.
1414
- 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).
1517

1618
## Linters supported
1719

0 commit comments

Comments
 (0)