From 4a4b38b1f5fe7914f2cf67e85e2f52fdb6ec2c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Fri, 24 Sep 2021 21:51:24 +0900 Subject: [PATCH] ci: add action-badge (#319) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6eb217..b2aed7d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ description: Control the splash screen for your app. # cordova-plugin-splashscreen +[![Android Testsuite](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/android.yml/badge.svg)](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/android.yml) [![Chrome Testsuite](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/chrome.yml/badge.svg)](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/chrome.yml) [![iOS Testsuite](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/ios.yml/badge.svg)](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/ios.yml) [![Lint Test](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/lint.yml/badge.svg)](https://github.com/apache/cordova-plugin-splashscreen/actions/workflows/lint.yml) + This plugin displays and hides a splash screen while your web application is launching. Using its methods you can also show and hide the splash screen manually. - [cordova-plugin-splashscreen](#cordova-plugin-splashscreen)