Skip to content

Commit

Permalink
Merge pull request #11 from MarvNC/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
MarvNC authored Jul 12, 2024
2 parents d607cf6 + 3b03e69 commit cab32d1
Show file tree
Hide file tree
Showing 22 changed files with 631 additions and 2,600 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-readings.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Test

on: [push, pull_request]

Expand All @@ -8,8 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: oven-sh/setup-bun@v2
with:
node-version: 18
- run: npm ci
- run: npm test
bun-version-file: package.json
- run: bun install --frozen-lockfile
- run: bun test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*.bz2
*.zip

/download

# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node

Expand Down
Binary file added assets/wikipedia-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit cab32d1

Please sign in to comment.