From 0a1049a220fc500f9920280378dd2234f6aad473 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 15 Jul 2023 21:53:28 +0200 Subject: [PATCH] README.md: add more badges --- .github/workflows/test.yml | 8 ++++---- README.md | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bdf8d6..e05f3e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,14 +6,14 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/README.md b/README.md index 2c86eb5..8b60b14 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -# Math API - +[![Project status: active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![workflow-badge]][workflow-url] +[![Project contributors](https://img.shields.io/github/contributors/uetchy/math-api)](https://github.com/uetchy/math-api/graphs/contributors) +[![Project license](https://img.shields.io/github/license/uetchy/math-api)](https://github.com/uetchy/math-api/blob/master/LICENSE) [workflow-badge]: https://github.com/uetchy/math-api/workflows/test/badge.svg [workflow-url]: https://github.com/uetchy/math-api/actions?workflow=test +# Math API + Place LaTeX Math equation on anywhere as `` tag. - https://math.vercel.app