Skip to content

Commit

Permalink
Merge pull request #3949 from kumvijaya/current
Browse files Browse the repository at this point in the history
T6637: py files filter added for unused import check
  • Loading branch information
dmbaturin authored Aug 6, 2024
2 parents c4ffc87 + b67786d commit 7a54689
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Check for unused imports using Pylint
on:
pull_request_target:
pull_request:
branches:
- current
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:

permissions:
pull-requests: write
Expand Down

0 comments on commit 7a54689

Please sign in to comment.