diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-27 00:35:23 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-27 00:35:23 +0530 |
| commit | c133f7982260898124cd2a4937d1318a713c9410 (patch) | |
| tree | 125dd2514dc86906c2754711aa60ad4e66d7b111 /.github/workflows | |
| parent | c0276ab8bbd6e5e44de92749d40a0bec3700a241 (diff) | |
| parent | c099c0331b5e7c332429864005ce3f0bddc8a444 (diff) | |
| download | vyos-workflow-test-temp-c133f7982260898124cd2a4937d1318a713c9410.tar.gz vyos-workflow-test-temp-c133f7982260898124cd2a4937d1318a713c9410.zip | |
Merge pull request #34 from vyos/feature/darker
T0000: test
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/darker-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index a97bbd7..72edf87 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -37,4 +37,4 @@ jobs: - name: Analyze Code run: | - darker -r ${base_ref}...HEAD --check --diff --lint "ruff check" --isort --color ./src
\ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src
\ No newline at end of file |
