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"