Skip to content

Commit

Permalink
Update pylint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Jun 26, 2024
1 parent 478fbfd commit 5a1da09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pylint

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

env:
PYLINT_SCRIPT: scripts/pylint.sh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div>

<blockquote align="center">
An easy-to-use library for YouTube push notification for video upload and update.
An easy-to-use library for receiving YouTube push notification for video upload and update.
</blockquote>

<div align="center">
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ pylint~=3.2.3
pyngrok~=7.1.6
httpx~=0.27.0
setuptools~=70.1.1
twine~=5.0.0
wheel~=0.43.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
packages=find_packages(),
author="SeoulSKY",
author_email="[email protected]",
description="An easy-to-use library for YouTube push notification for video upload and update.",
description="An easy-to-use library for receiving YouTube push notification for video upload and update.",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
Expand Down

0 comments on commit 5a1da09

Please sign in to comment.