diff options
-rw-r--r-- | .github/workflows/darker-ruff-lint.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/darker-ruff-lint.yml b/.github/workflows/darker-ruff-lint.yml new file mode 100644 index 000000000..0307d14d4 --- /dev/null +++ b/.github/workflows/darker-ruff-lint.yml @@ -0,0 +1,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 |