Skip to content

T6560: added path ignore for workflows #510

T6560: added path ignore for workflows

T6560: added path ignore for workflows #510

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