Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/a26796879/song-guess into main
Browse files Browse the repository at this point in the history
  • Loading branch information
a26796879 committed May 15, 2024
2 parents a42b6ba + 1b4d29e commit 2aa4184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install flask
pip install requests
pip install python-dotenv
pip install OpenCC
pip install beautifulsoup4
pip install kkbox_developer_sdk
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit 2aa4184

Please sign in to comment.