Run tests on push with GitHub Actions (#692)

* Run tests on push with GitHub Actions

* Ensure sizes match those listed in README

* Fix two icons which were failing validation
This commit is contained in:
MalloryA
2022-12-31 09:55:24 -05:00
committed by GitHub
parent 402a6227be
commit 333bc8a5ee
5 changed files with 20 additions and 5 deletions

15
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Run tests
on:
[push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test