diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-29 21:09:21 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 21:09:21 +0530 |
commit | 0ff09ad7addb7bb84b27e3175bddaa8aa8016e38 (patch) | |
tree | 83b0d765fba657136cb5a1ab6dd07bb192fe80a9 | |
parent | e457c69632268170ea15e5cbf1ef18bd79e2bbe7 (diff) | |
download | vyos-workflow-test-temp-0ff09ad7addb7bb84b27e3175bddaa8aa8016e38.tar.gz vyos-workflow-test-temp-0ff09ad7addb7bb84b27e3175bddaa8aa8016e38.zip |
T0000: update
-rw-r--r-- | .github/workflows/darker-lint.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index c42c822..52dd7a7 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -17,6 +17,13 @@ jobs: pull-requests: write contents: read steps: + - name: Checkout reusable actions repo + uses: actions/checkout@v3 + with: + repository: vyos/.github + path: reusable-actions + ref: feature/ruff-toml + - name: Checkout head uses: actions/checkout@v4 with: @@ -35,4 +42,4 @@ jobs: - name: Analyze Code run: | - darker -r origin/base --check --diff --lint "ruff check" --color .
\ No newline at end of file + darker -r origin/base --check --diff --lint "ruff check --config ./reusable-actions/.github/ruff.toml" --color .
\ No newline at end of file |