diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:44:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:44:10 +0530 |
commit | 8783f3434551f0f26cff28fbb0eaf1d2c9618357 (patch) | |
tree | 559965934f29cbec86a335f20353246eafedc0e7 /.github/workflows | |
parent | c301867340b6fa0bd78ff1e0aebecd1ed88a8383 (diff) | |
download | vyos-workflow-test-temp-8783f3434551f0f26cff28fbb0eaf1d2c9618357.tar.gz vyos-workflow-test-temp-8783f3434551f0f26cff28fbb0eaf1d2c9618357.zip |
T0000: test
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/darker-lint.yml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 63ddad8..ddab35a 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -17,17 +17,17 @@ 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: | git fetch origin current:current - - name: Analyze Code with Darker - run: | - darker -r current...HEAD --diff --check --lint . + # - name: Analyze Code with Darker + # run: | + # darker -r current...HEAD --diff --check . # - name: analyze # run: | @@ -50,10 +50,10 @@ jobs: # echo "Head commit ID: ${{ steps.get-head-commit.outputs.head_commit }}" # echo "Base commit ID: ${{ steps.get-base-commit.outputs.base_commit }}" - # - uses: akaihola/darker@v2.1.1 - # with: - # options: "--check --diff --isort --color" - # src: "." - # version: "~=2.1.1" - # lint: "flake8,pylint==2.13.1" - # revision: "current..." + - uses: akaihola/darker@v2.1.1 + with: + options: "--check --diff --isort --color" + src: "." + version: "~=2.1.1" + lint: "flake8,pylint==2.13.1" + revision: "current...HEAD" |