diff options
author | Christian Breunig <christian@breunig.cc> | 2025-06-19 17:23:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-19 17:23:23 +0200 |
commit | bdb5846987fa21f410204f0aa15670f37339da8c (patch) | |
tree | b1655d87d9a1647e98f45e1e7db06dc3c0094d1b | |
parent | 92c2561f6eae05ae3bc90a806dfc888b46cc14e8 (diff) | |
parent | 32b8bfce41ccdefae0396946fe0c65992decd0e4 (diff) | |
download | vyos-1x-bdb5846987fa21f410204f0aa15670f37339da8c.tar.gz vyos-1x-bdb5846987fa21f410204f0aa15670f37339da8c.zip |
Merge pull request #4567 from kumvijaya/current
T7564: added darker ruff lint workflow
-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 |