diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 10:18:28 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 10:18:28 +0530 |
| commit | 09f70283d4f0c60e448839f1bc23ed7c6719a22b (patch) | |
| tree | 0338132c27ed677ab6c75d5bcf0a67761953979b /.github/workflows | |
| parent | 9222fcb62c9a3e108d2f90236e5151574df175ba (diff) | |
| download | vyos-workflow-test-temp-09f70283d4f0c60e448839f1bc23ed7c6719a22b.tar.gz vyos-workflow-test-temp-09f70283d4f0c60e448839f1bc23ed7c6719a22b.zip | |
T6637: unused import check
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-unused-imports.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index aada264..001a80f 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -11,5 +11,5 @@ permissions: jobs: check-unused-imports: - uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/py-files-filter secrets: inherit |
