From 0f468c73933025bbdd36a41ba818a61d43422288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 25 Sep 2021 01:03:30 +0900 Subject: [PATCH] ci: add action-badge (#907) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bea910e..c06f384 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ description: Open an in-app browser window. # cordova-plugin-inappbrowser +[![Android Testsuite](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/android.yml/badge.svg)](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/android.yml) [![Chrome Testsuite](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/chrome.yml/badge.svg)](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/chrome.yml) [![iOS Testsuite](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/ios.yml/badge.svg)](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/ios.yml) [![Lint Test](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/lint.yml/badge.svg)](https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/lint.yml) + You can show helpful articles, videos, and web resources inside of your app. Users can view web pages without leaving your app. > To get a few ideas, check out the [sample](#sample) at the bottom of this page or go straight to the [reference](#reference) content.