summaryrefslogtreecommitdiff
path: root/.github/workflows/check-unused-imports.yml
blob: 8bf1e5deedc973bd28b4409f49ada311504cbb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Check for unused imports using Pylint
on:
  pull_request:
    branches:
      - circinus
  workflow_dispatch:

permissions:
  contents: read

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