Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
Add linting on PR/push to `main`
  • Loading branch information
damyan committed Jan 21, 2024
1 parent cc7487b commit c9c46d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lint code

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Silleellie/pylint-github-action@v1
with:
package-path: ./
python-version: 3.11
requirements-path: requirements.txt
readme-path: README.md
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![pylint]()

# 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 c9c46d3

Please # to comment.