From 333bc8a5ee73048169bdce64c1f20bafa9d58c7d Mon Sep 17 00:00:00 2001 From: MalloryA Date: Sat, 31 Dec 2022 09:55:24 -0500 Subject: [PATCH] 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 --- .github/workflows/test.yml | 15 +++++++++++++++ README.md | 4 ++-- images/svg/brave.svg | 2 +- images/svg/gitpod.svg | 2 +- images/svg/guacamole.svg | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 00000000..21ba10c8 --- /dev/null +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index 2542daca..2fb58919 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Say thanks! DataCamp

491 Bytes Lobste.rs

536 Bytes Quora

282 Bytes -Gitpod

783 Bytes +Gitpod

794 Bytes @@ -299,7 +299,7 @@ Say thanks! Safari

708 Bytes -Brave

1001 Bytes +Brave

1012 Bytes Chromium

369 Bytes diff --git a/images/svg/brave.svg b/images/svg/brave.svg index 00681066..7b19a7bb 100644 --- a/images/svg/brave.svg +++ b/images/svg/brave.svg @@ -3,4 +3,4 @@ aria-label="Brave" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file diff --git a/images/svg/gitpod.svg b/images/svg/gitpod.svg index 22d21b88..06c953fc 100644 --- a/images/svg/gitpod.svg +++ b/images/svg/gitpod.svg @@ -3,4 +3,4 @@ aria-label="Gitpod" role="img" viewBox="0 0 512 512"> \ No newline at end of file +fill="#fff"/> \ No newline at end of file diff --git a/images/svg/guacamole.svg b/images/svg/guacamole.svg index e60b1f00..de9e8c4b 100644 --- a/images/svg/guacamole.svg +++ b/images/svg/guacamole.svg @@ -2,4 +2,4 @@ aria-label="Guacamole" role="img" viewBox="0 0 512 512"> +rx="15%" fill="#000"/> \ No newline at end of file