Skip to content

Commit

Permalink
Upgrade super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Oct 23, 2024
1 parent cf4eccb commit d575370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
with:
fetch-depth: 0
- name: Check Code
uses: github/super-linter@v5
uses: super-linter/super-linter@v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LOG_LEVEL: "NOTICE"
VALIDATE_SCALAFMT: true
VALIDATE_GO: true
VALIDATE_RUST_2021: true
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# :abacus: Algorithms and Data Structures

[![Super-Linter](https://github.com/kelvins/algorithms-and-data-structures/actions/workflows/lint_checker/badge.svg)](https://github.com/marketplace/actions/super-linter)

This repository provides several classic algorithms and data structures in **Computer Science**, as well as some extra problems that are frequently encountered in programming challenges.

In order to achieve greater coverage and encourage more people to contribute to the project, the algorithms are available in the following languages: **C**, **C++**, **Java**, **Python**, **Go**, **Ruby**, **Javascript**, **Swift**, **Rust**, **Scala** and **Kotlin**.
Expand Down

0 comments on commit d575370

Please sign in to comment.