summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-with-ruff.yml
blob: 44069c67f41bded967571c004365117c855d1716 (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: accel-ppp/.github/.github/workflows/lint-with-ruff.yml@current
    secrets: inherit