Skip to content

Commit d575370

Browse files
committed
Upgrade super-linter
1 parent cf4eccb commit d575370

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/lint-checker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Check Code
14-
uses: github/super-linter@v5
14+
uses: super-linter/super-linter@v7.1.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
LOG_LEVEL: "NOTICE"
1718
VALIDATE_SCALAFMT: true
1819
VALIDATE_GO: true
1920
VALIDATE_RUST_2021: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# :abacus: Algorithms and Data Structures
22

3+
[![Super-Linter](https://github.com/kelvins/algorithms-and-data-structures/actions/workflows/lint_checker/badge.svg)](https://github.com/marketplace/actions/super-linter)
4+
35
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.
46

57
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**.

0 commit comments

Comments
 (0)