Skip to content

T6564: workflow trigger restrictions for equuleus #524

T6564: workflow trigger restrictions for equuleus

T6564: workflow trigger restrictions for equuleus #524

name: "Check for unused imports using Pylint"
on:
pull_request_target:
branches:
- equuleus
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:
permissions:
pull-requests: write
contents: read
jobs:
check-unused-imports:
uses: vyos/.github/.github/workflows/check-unused-imports.yml@equuleus
secrets: inherit