Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/3nws/beako-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
3nws committed Jan 26, 2024
2 parents 103ff57 + 7b2a2ca commit 04b7f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
lint:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Pyright

on: [push, pull_request, workflow_dispatch]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v1.8.1

0 comments on commit 04b7f7f

Please sign in to comment.