chore(ci): update workflows (#960)

* chore(ci): sync workflows w/ paramedic
* chore(ci): add back iOS 15 & 16
* chore(ci): add release-audit workflow
* chore(ci): remove failing release-notify workflow
* chore(README): add release audit badge
This commit is contained in:
エリス
2026-03-24 22:54:51 +09:00
committed by GitHub
parent 571f1169fd
commit c34106e16a
8 changed files with 118 additions and 59 deletions
+1
View File
@@ -31,6 +31,7 @@ description: Take pictures with the device camera.
[![GitHub - Chrome Workflow](https://github.com/apache/cordova-plugin-camera/actions/workflows/chrome.yml/badge.svg?branch=master)](https://github.com/apache/cordova-plugin-camera/actions/workflows/chrome.yml?query=branch%3Amaster)
[![GitHub - iOS Workflow](https://github.com/apache/cordova-plugin-camera/actions/workflows/ios.yml/badge.svg?branch=master)](https://github.com/apache/cordova-plugin-camera/actions/workflows/ios.yml?query=branch%3Amaster)
[![GitHub - Lint](https://github.com/apache/cordova-plugin-camera/actions/workflows/lint.yml/badge.svg?branch=master)](https://github.com/apache/cordova-plugin-camera/actions/workflows/lint.yml?query=branch%3Amaster)
[![GitHub - Release Audit Workflow](https://github.com/apache/cordova-plugin-camera/actions/workflows/release-audit.yml/badge.svg?branch=master)](https://github.com/apache/cordova-plugin-camera/actions/workflows/release-audit.yml?query=branch%3Amaster)
This plugin defines a global `navigator.camera` object, which provides an API for taking pictures and choosing images from the device's image library.