diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 21:35:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 21:35:07 +0530 |
commit | ed09677a6b1e0bf737cc502d3d061f7fb199a1e7 (patch) | |
tree | a79a7646b4223b656a1cb95b7f4a1c5e419ade80 /.github | |
parent | f7d41f36bd8ec930a7caed9813bc9465e2f14f04 (diff) | |
download | vyos-workflow-test-temp-ed09677a6b1e0bf737cc502d3d061f7fb199a1e7.tar.gz vyos-workflow-test-temp-ed09677a6b1e0bf737cc502d3d061f7fb199a1e7.zip |
T0000: check
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/darker-lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index c69d0fa..250d355 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - fetch-tags: true ref: feature/test-darker + - uses: actions/setup-python@v5 - name: darker install @@ -28,7 +28,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current...HEAD --check --diff --lint "pylint --errors-only" --color . + darker -r current... --check --diff --lint "pylint --errors-only" --color ./src # - name: analyze |