diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-04 10:12:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 10:12:26 +0530 |
commit | 7c14873dad7e6662ee4428fec3738c03a8be7d59 (patch) | |
tree | f907a61d3907dc17d5417214690911e1d6a1538d | |
parent | 0fb05bbf0ffc9c341f56ab5e3ee1421e3044a4ac (diff) | |
download | vyos-workflow-test-temp-7c14873dad7e6662ee4428fec3738c03a8be7d59.tar.gz vyos-workflow-test-temp-7c14873dad7e6662ee4428fec3738c03a8be7d59.zip |
T0000: Update
-rw-r--r-- | .github/workflows/darker-lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 746c09b..aea4666 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -53,6 +53,7 @@ jobs: if git ls-tree -r origin/base --name-only | grep -q '^ruff.toml$'; then git checkout origin/base -- ruff.toml echo "Using ruff.toml from base repo" + cat ruff.toml else echo "No ruff.toml found in base repo" fi |