summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-with-darker-ruff.yml
blob: 01f7cd448ea2b4da359a5ef94644afe51ddbc783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Lint py code with darker and 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