meta: add badges to root dir README

Summary:
Sort of a QuickView.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: preview.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D371
This commit is contained in:
revi 2024-06-19 15:44:51 +09:00
parent a1117fa7c1
commit 122113d958
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
2 changed files with 11 additions and 0 deletions

View file

@ -5,6 +5,9 @@ on:
paths: paths:
- 'container/**' - 'container/**'
- '.github/workflows/build-container.yml' - '.github/workflows/build-container.yml'
tags-ignore:
- 'eslint-config@v*'
- 'prettier-config@v*'
pull_request: pull_request:
paths: paths:
- 'container/**' - 'container/**'

View file

@ -1,3 +1,11 @@
# sandbox # sandbox
For things slightly more important than gist of pastebin, but not really worth their own repo lands here. For things slightly more important than gist of pastebin, but not really worth their own repo lands here.
## Badges
<!-- prettier-ignore -->
| 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)] |