Skip to content

Commit

Permalink
chore(deps): bump github/super-linter from 6 to 7 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Samier <frederic.samier@ledger.fr>
  • Loading branch information
dependabot[bot] and fsamier authored Sep 3, 2024
1 parent 9c7ca40 commit 3079376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions kleros_cdn_to_github.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3079376

Please sign in to comment.