Page MenuHomeVyOS Platform

No OneTemporary

Size
592 B
Referenced Files
None
Subscribers
None
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
new file mode 100644
index 000000000..17a52d3e4
--- /dev/null
+++ b/.github/workflows/check-unused-imports.yml
@@ -0,0 +1,18 @@
+name: Check for unused imports using Pylint
+on:
+ pull_request:
+ branches:
+ - current
+ - equuleus
+ - sagitta
+ - circinus
+ workflow_dispatch:
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ check-unused-imports:
+ uses: vyos/.github/.github/workflows/check-unused-imports.yml@current
+ secrets: inherit

File Metadata

Mime Type
text/x-diff
Expires
Sat, Sep 26, 1:38 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4285298
Default Alt Text
(592 B)

Event Timeline