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

Appearance settings

Commit b36b458

Browse filesBrowse files
Panquesito7github-actions
andauthored
docs: fix CI and remove LGTM badges (TheAlgorithms#1269)
* Updated Documentation in README.md * docs: fix CI and remove LGTM badges LGTM 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#8671 Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 65cceae commit b36b458
Copy full SHA for b36b458

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎DIRECTORY.md‎

Copy file name to clipboardExpand all lines: DIRECTORY.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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)
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.