Skip to content

Commit

Permalink
Use projectwallace.com diff algorithm, add tests
Browse files Browse the repository at this point in the history
closes #2
closes #4
  • Loading branch information
bartveneman authored Mar 29, 2020
1 parent 03c4fec commit 0a509ce
Show file tree
Hide file tree
Showing 11 changed files with 4,696 additions and 462 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test

on: pull_request

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
Loading

0 comments on commit 0a509ce

Please sign in to comment.