diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:49:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:49:17 +0530 |
commit | 0aa305971f11c3277b192e86e2c887fa235d1081 (patch) | |
tree | 9b26cf1fbc7a9613e5a92ede4e09b524838cb3af | |
parent | 693d381b699f6dd1241bc60427fa9524445efc11 (diff) | |
download | vyos-workflow-test-temp-0aa305971f11c3277b192e86e2c887fa235d1081.tar.gz vyos-workflow-test-temp-0aa305971f11c3277b192e86e2c887fa235d1081.zip |
T0000: tests
-rw-r--r-- | .github/workflows/darker-lint.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 6933b38..4bc285f 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -17,9 +17,9 @@ jobs: ref: feature/test-darker - uses: actions/setup-python@v5 - # - name: darker install - # run: | - # pip install --upgrade darker~=2.1.1 + - name: darker install + run: | + pip install --upgrade darker~=2.1.1 - name: Fetch current branch run: | |