summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-27 01:04:17 +0530
committerGitHub <noreply@github.com>2024-08-27 01:04:17 +0530
commit3bc91a80759f2acf0250103985296c0f058fb59f (patch)
treeb25824c554c65c7e37db265d307189f402d4ca12 /.github/workflows
parentc133f7982260898124cd2a4937d1318a713c9410 (diff)
parentd5e4983bb69b21a97147c8a81c348da67b16d85d (diff)
downloadvyos-workflow-test-temp-3bc91a80759f2acf0250103985296c0f058fb59f.tar.gz
vyos-workflow-test-temp-3bc91a80759f2acf0250103985296c0f058fb59f.zip
Merge pull request #35 from vyos/feature/darker
T0000: test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/darker-lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index 72edf87..4799c0f 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -29,7 +29,7 @@ jobs:
- name: darker install
run: |
- pip install git+https://github.com/akaihola/darker.git@master isort==5.11.4 ruff>=0.0.292
+ pip install git+https://github.com/akaihola/darker.git@master ruff>=0.0.292
- name: Fetch base branch
run: |
@@ -37,4 +37,4 @@ jobs:
- name: Analyze Code
run: |
- darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src \ No newline at end of file
+ darker -r ${base_ref} --check --diff --lint "ruff check" --color ./src \ No newline at end of file