From 122113d958fdab9313152eda885cfd2359f13f37 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Wed, 19 Jun 2024 15:44:51 +0900 Subject: [PATCH] meta: add badges to root dir README Summary: Sort of a QuickView. Signed-off-by: Yongmin Hong Test Plan: preview. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D371 --- .github/workflows/build-container.yml | 3 +++ README.md | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index f8d5448..0c4a8e5 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -5,6 +5,9 @@ on: paths: - 'container/**' - '.github/workflows/build-container.yml' + tags-ignore: + - 'eslint-config@v*' + - 'prettier-config@v*' pull_request: paths: - 'container/**' diff --git a/README.md b/README.md index d99c560..cff8ed3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # sandbox For things slightly more important than gist of pastebin, but not really worth their own repo lands here. + +## Badges + + +| Name | Badges | +| ---- | ------ | +| [npm (eslint)](https://github.com/revi/sandbox/tree/master/npm/eslint-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Feslint-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/eslint-config) [![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)] | +| [npm (prettier)](https://github.com/revi/sandbox/tree/master/npm/prettier-config) | [![NPM Version](https://img.shields.io/npm/v/%40revi%2Fprettier-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/prettier-config) [![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)] |