Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb36b458

Browse files
Panquesito7github-actions
and
github-actions
authored
docs: fix CI and remove LGTM badges (#1269)
* Updated Documentation in README.md* docs: fix CI and remove LGTM badgesLGTM is no longer a supported service and has been integrated with GitHub (which is now CodeQL).We can create a CodeQL workflow and integrate it into the repository, however, that fits for another PR.The shields badge API was updated, thus, causing an invalid badge:badges/shields#8671Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent65cceae commitb36b458

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,10 @@
185185
*[FindMaxRecursion](Maths/FindMaxRecursion.js)
186186
*[FindMin](Maths/FindMin.js)
187187
*[FindMinIterator](Maths/FindMinIterator.js)
188+
*[FriendlyNumbers](Maths/FriendlyNumbers.js)
188189
*[GetEuclidGCD](Maths/GetEuclidGCD.js)
189190
*[GridGet](Maths/GridGet.js)
191+
*[HexagonalNumber](Maths/HexagonalNumber.js)
190192
*[IntToBase](Maths/IntToBase.js)
191193
*[IsDivisible](Maths/IsDivisible.js)
192194
*[IsEven](Maths/IsEven.js)
@@ -227,6 +229,7 @@
227229
*[ShorsAlgorithm](Maths/ShorsAlgorithm.js)
228230
*[SieveOfEratosthenes](Maths/SieveOfEratosthenes.js)
229231
*[SieveOfEratosthenesIntArray](Maths/SieveOfEratosthenesIntArray.js)
232+
*[Signum](Maths/Signum.js)
230233
*[SimpsonIntegration](Maths/SimpsonIntegration.js)
231234
*[Softmax](Maths/Softmax.js)
232235
*[SquareRoot](Maths/SquareRoot.js)

‎README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
77

88
[![JavaScript Banner][banner]](DIRECTORY.md)
99

10-
[![Language grade: JavaScript][grade]][lgtm]
1110
[![Checks][checks]][actions]
1211
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
1312
[![standard.js][standard-logo]][standard-js]
@@ -47,15 +46,13 @@ many of the algorithms can be found in the [wiki][explanation].
4746
[standard-logo]:https://img.shields.io/badge/code%20style-standardjs-%23f3df49
4847
[chat]:https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
4948
[welcome]:https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
50-
[checks]:https://img.shields.io/github/workflow/status/TheAlgorithms/JavaScript/Node%20CI?label=checks
51-
[grade]:https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18
49+
[checks]:https://img.shields.io/github/actions/workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master&label=checks
50+
[grade]:https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/JavaScript.svg?logo=lgtm&logoWidth=18
5251

5352
<!-- External Links-->
5453
[standard-js]:https://standardjs.com/
5554
[discord-server]:https://the-algorithms.com/discord/
5655
[actions]:https://github.com/TheAlgorithms/JavaScript/actions
5756
[explanation]:https://github.com/TheAlgorithms/JavaScript/wiki
5857
[repositories]:https://github.com/orgs/TheAlgorithms/repositories
59-
[lgtm]:https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript
6058
[help-wanted]:https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
61-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp