diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-08-06 16:55:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 16:55:08 +0100 |
commit | 7a546896cb971ede7e1003bd7d0ce1f0485cbd72 (patch) | |
tree | 4ee427621f20de2cd12be745a52fb63210119da4 | |
parent | c4ffc87da9a1fc9655df189a31797cf31a94e41a (diff) | |
parent | b67786df8067deb34f66e8a5c2bba66745b8445e (diff) | |
download | vyos-1x-7a546896cb971ede7e1003bd7d0ce1f0485cbd72.tar.gz vyos-1x-7a546896cb971ede7e1003bd7d0ce1f0485cbd72.zip |
Merge pull request #3949 from kumvijaya/current
T6637: py files filter added for unused import check
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 7 |
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 |