From eb0d61622ac89f667efb5165940186c63cfbdc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:09:53 +0100 Subject: [PATCH] Bump Silleellie/pylint-github-action from 1 to 2 (#7) * Bump Silleellie/pylint-github-action from 1 to 2 Bumps [Silleellie/pylint-github-action](https://github.com/silleellie/pylint-github-action) from 1 to 2. - [Release notes](https://github.com/silleellie/pylint-github-action/releases) - [Commits](https://github.com/silleellie/pylint-github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: Silleellie/pylint-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Rename parameter `package-path` to `lint-path` * Updated pylint badge --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damyan Yordanov Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/pylint.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 1a88f3f..ed1b5aa 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Silleellie/pylint-github-action@v1 + - uses: Silleellie/pylint-github-action@v2 with: - package-path: ./ + lint-path: ./ python-version: 3.11 requirements-path: requirements.txt readme-path: README.md diff --git a/README.md b/README.md index 1c5b91d..8af92a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![pylint](https://img.shields.io/badge/pylint-10.00-brightgreen?logo=python&logoColor=white) +![pylint](https://img.shields.io/badge/PyLint-10.00-brightgreen?logo=python&logoColor=white) # Description Implements some basic automation for auto submitting tips on [kicktipp](https://kicktipp.com). The auto submitting is based on [selenium](https://www.selenium.dev) browser automation. Login credentials are PGP-encrypted with [SOPS](https://technotim.live/posts/install-mozilla-sops/).