Generate random, alliterated animal names.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(actions): run unit tests on specific file changes

Only on edits to the library code, tests, word lists, or updates to
dependencies

+5
+5
.github/workflows/unit-tests.yml
··· 8 8 branches: [ master ] 9 9 pull_request: 10 10 branches: [ master ] 11 + paths: 12 + - 'index.js' 13 + - 'test.js' 14 + - 'data/*.js' 15 + - 'package-lock.json' 11 16 12 17 jobs: 13 18 build: