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/).