From 4b8fa2b4ab15bf7e394d7f049d5f7c27aa6a7c22 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 30 Dec 2023 00:59:01 +0800 Subject: [PATCH] Update README to add CI status --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 74f7730..7297413 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ OpenGraph is an open source implementation of Apple's AttributeGraph +| **CI Status** | +|---| +|[![Compatibility tests](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/compatibility_tests.yml/badge.svg)](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/compatibility_tests.yml)| +|[![macOS](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/macos.yml/badge.svg)](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/macos.yml)| +|[![iOS](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/ios.yml/badge.svg)](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/ios.yml)| +|[![Ubuntu](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/OpenSwiftUIProject/OpenGraph/actions/workflows/ubuntu.yml)| + The project is for the following purposes: - Add OG support for non-Apple platform (eg. Linux & Windows) - Diagnose and debug AG issues on Apple platform