Skip to content

Commit

Permalink
T6637: py files filter added for unused import check
Browse files Browse the repository at this point in the history
(cherry picked from commit b67786d)

# Conflicts:
#	.github/workflows/check-unused-imports.yml
  • Loading branch information
kumvijaya authored and mergify[bot] committed Aug 6, 2024
1 parent c832da3 commit d76d19a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Check for unused imports using Pylint
on:
pull_request_target:
pull_request:
branches:
<<<<<<< HEAD
- sagitta
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:
=======
- current
>>>>>>> b67786df8 (T6637: py files filter added for unused import check)

permissions:
pull-requests: write
Expand Down

0 comments on commit d76d19a

Please sign in to comment.