From 3079376555993e0df5332a66407fdd0f6568a30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:37:13 +0200 Subject: [PATCH] chore(deps): bump github/super-linter from 6 to 7 (#84) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Samier --- .github/workflows/lint.yml | 2 +- kleros_cdn_to_github.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2389b57..7828342 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint - uses: github/super-linter@v6 + uses: github/super-linter@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main diff --git a/kleros_cdn_to_github.py b/kleros_cdn_to_github.py index 57161da..e1aff3c 100644 --- a/kleros_cdn_to_github.py +++ b/kleros_cdn_to_github.py @@ -1,6 +1,6 @@ """ -This is a script to pull the latest confirmed entries from -Kleros's Contract Domain Name registry and format them into +This script pulls the latest confirmed entries from +Kleros's Contract Domain Name registry and formats them into the structure needed for this repository. If you are iterating and need to repeat a pull, use "git reset --hard HEAD && git clean -fd"