X Tutup
Skip to content

Commit a052808

Browse files
authored
Merge pull request TheAlgorithms#154 from itsvinayak/master
changing file names to follow UpperCamelCase (PascalCase) style.
2 parents 98a3f78 + 68b4111 commit a052808

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
npm install standard --save-dev
1818
npx standard
19-
cd linear-algebra-javascript
19+
cd Linear-Algebra-Javascript
2020
npm ci
2121
npm run build --if-present
2222
npm test
File renamed without changes.

DIRECTORY.md

Lines changed: 46 additions & 46 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
X Tutup