Skip to content

Commit

Permalink
test: Github action annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
y-young committed Apr 6, 2024
1 parent be992ac commit cae62ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: y-young/ruff-action@v2
- uses: chartboost/ruff-action@v1
1 change: 1 addition & 0 deletions nazurin/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, *args, **kwargs):
self.sites = SiteManager()
self.storage = Storage()
self.cleanup_task = None
self.a = [] + []

def init(self):
self.sites.load()
Expand Down

0 comments on commit cae62ac

Please sign in to comment.