Skip to content

Commit

Permalink
Bump Silleellie/pylint-github-action from 1 to 2 (#7)
Browse files Browse the repository at this point in the history
* 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](Silleellie/pylint-github-action@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] <[email protected]>

* Rename parameter `package-path` to `lint-path`

* Updated pylint badge

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damyan Yordanov <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 3b01dd0 commit eb0d616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

0 comments on commit eb0d616

Please sign in to comment.