diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-04 01:12:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 01:12:07 +0530 |
commit | 51a4c848158aa952a220ff8fb5f1d5e5ce06b45f (patch) | |
tree | 205491ca3ccbddca428b0feab55bb8066d9ce743 /.github | |
parent | 91ff46bb98e07a0acb3ba92ac9381a5ccd39076d (diff) | |
download | vyos-workflow-test-temp-51a4c848158aa952a220ff8fb5f1d5e5ce06b45f.tar.gz vyos-workflow-test-temp-51a4c848158aa952a220ff8fb5f1d5e5ce06b45f.zip |
T0000: check
Diffstat (limited to '.github')
-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 ec7d12a..deeabd4 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -50,6 +50,6 @@ jobs: - name: Analyze Code run: | cd repo - cp origin/base/ruff.toml . + git checkout origin/base -- ruff.toml cat ruff.toml darker -r origin/base --check --diff --lint "ruff check" --color .
\ No newline at end of file |