summaryrefslogtreecommitdiff
path: root/.github/workflows/check-unused-imports.yml
blob: ec6e835dcef4e71b2af4c552becd852588d3c10c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Check for unused imports using Pylint
on:
  pull_request_target:
    branches:
      - sagitta
    paths:
      - '**'
      - '!.github/**'
      - '!**/*.md'
  workflow_dispatch:

permissions:
  pull-requests: write
  contents: read

jobs:
  check-unused-imports:
    uses: vyos/.github/.github/workflows/check-unused-imports.yml@sagitta
    secrets: inherit