summaryrefslogtreecommitdiff
path: root/.github/workflows/darker-ruff-lint.yml
blob: 0307d14d4e6bc58f4d37fe2d935eeba7f2ef49d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Python Lint (Darker + Ruff)
on:
  pull_request_target:
    branches:
      - current

permissions:
  pull-requests: write
  contents: read

jobs:
  darker-ruff-lint:
    uses: vyos/.github/.github/workflows/lint-with-darker-ruff.yml@current
    secrets: inherit