summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-with-ruff.yml
blob: 00cc9ca1b34eced0021dae6f90bf917a358ba491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Lint py code with ruff
on:
  pull_request_target:
    branches:
      - current

permissions:
  pull-requests: write
  contents: read

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