summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-06 13:30:50 +0530
committerGitHub <noreply@github.com>2024-08-06 13:30:50 +0530
commitb67786df8067deb34f66e8a5c2bba66745b8445e (patch)
treeb8bb04c1d34f25bb1a6418bd072eb12f7954776e /.github
parentacd27ebb5f80d7356d727742260d6c01d4ebce7a (diff)
downloadvyos-1x-b67786df8067deb34f66e8a5c2bba66745b8445e.tar.gz
vyos-1x-b67786df8067deb34f66e8a5c2bba66745b8445e.zip
T6637: py files filter added for unused import check
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-unused-imports.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index 76bba94be..9fca5add6 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -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