diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 12:57:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 12:57:17 +0530 |
commit | f15751617fd420402142b4474e20d7a3f5794c83 (patch) | |
tree | 38e6276d560ab69d284d8c53c2ac54182e0d5c6d | |
parent | 89c3d5c2b644cf5a1dcc33275c30800e4c39426b (diff) | |
download | vyos-workflow-test-temp-f15751617fd420402142b4474e20d7a3f5794c83.tar.gz vyos-workflow-test-temp-f15751617fd420402142b4474e20d7a3f5794c83.zip |
T6637: added path finder for un-used import check
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index ddd7e10..7070a23 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -3,11 +3,6 @@ on: pull_request: branches: - current - paths: - - '**' - - '!.github/**' - - '!**/*.md' - workflow_dispatch: permissions: pull-requests: write |