diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-09-05 07:41:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 07:41:44 +0200 |
| commit | c99f1c05879374a47b8981144cb0163bd3b69a88 (patch) | |
| tree | af6f4369dd1f96d56346f1b7d4a131fb2b9cca45 /.github/workflows | |
| parent | 4e0ed81965f0e3efd8054ccfc0403883864696e1 (diff) | |
| parent | 5fee0201535fafceabd384ff3da3426e1fbd13fd (diff) | |
| download | vyos-1x-c99f1c05879374a47b8981144cb0163bd3b69a88.tar.gz vyos-1x-c99f1c05879374a47b8981144cb0163bd3b69a88.zip | |
Merge pull request #4695 from c-po/mandatory-unused-imports-check
T7787: Makefile check for unused-imports should be mandatory
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-unused-imports.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml deleted file mode 100644 index d6dd61483..000000000 --- a/.github/workflows/check-unused-imports.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Check for unused imports using Pylint -on: - pull_request_target: - branches: - - current - -permissions: - pull-requests: write - contents: read - -jobs: - check-unused-imports: - uses: vyos/.github/.github/workflows/check-unused-imports.yml@current - secrets: inherit |
