Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed May 14, 2024
1 parent cf284c7 commit ce07746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Lint

on:
push:
paths:
- "**.py"
- "**.pyi"
pull_request:
paths:
- "**.py"
- "**.pyi"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ce07746

Please sign in to comment.