From ea5c8b525589423a38d19c3e2671bccb05069db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20Alarc=C3=B3n=20Reyes?= Date: Mon, 25 Nov 2024 09:39:40 -0300 Subject: [PATCH] Fixes #19 Updating README and adding an example --- .github/workflows/all-lints.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all-lints.yml b/.github/workflows/all-lints.yml index 72071e5..de59ecf 100644 --- a/.github/workflows/all-lints.yml +++ b/.github/workflows/all-lints.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: marian-code/python-lint-annotate@master + - uses: ./ with: python-root-list: "./tests/*.py ./tests/subtest/*.py" use-black: true diff --git a/README.md b/README.md index 67b9243..34e8534 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ selected linters. - Zero configuration based: Add a single line in your CI and done! - GitHub Annotations on PR: Highlights issues inline on the PR diff. - Most of the popular community trusted linters in one place. +- Allows to use either a new or existing Python version using `use-external-python`. +See [this example](examples/actions-use_external_python.yml). ## Linters supported