Skip to content

Commit

Permalink
Merge pull request #1 from MarvNC/fix-reading-parses
Browse files Browse the repository at this point in the history
Fix JA Reading Parses & Add Tests
  • Loading branch information
MarvNC authored Dec 22, 2023
2 parents b2a0d2e + 56971f1 commit b01c60b
Show file tree
Hide file tree
Showing 9 changed files with 2,359 additions and 72 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-readings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Node.js CI

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm test
Loading

0 comments on commit b01c60b

Please sign in to comment.