Skip to content

Commit

Permalink
add build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrancis committed Mar 27, 2024
1 parent 8b9e35f commit 9138403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This example README has some dummy APIs you'll need to replace and only acts as
| Xamarin | WIP | WIP | WIP | WIP |
| MAUI | Yes | Yes | Yes | Yes |

[![Build for CI](https://github.com/kfrancis/ocr/actions/workflows/ci.yml/badge.svg)](https://github.com/kfrancis/ocr/actions/workflows/ci.yml)

## Why

Why am I making this? I'm making this because I want to make it easier for developers to do OCR in their apps. I want to make it so that you can just use this plugin and not have to worry about the platform specifics.
Expand Down
3 changes: 3 additions & 0 deletions samples/Plugin.Maui.OCR.Sample.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\.editorconfig = ..\.editorconfig
..\.gitattributes = ..\.gitattributes
..\.gitignore = ..\.gitignore
..\.github\workflows\ci-sample.yml = ..\.github\workflows\ci-sample.yml
..\.github\workflows\ci.yml = ..\.github\workflows\ci.yml
..\LICENSE = ..\LICENSE
..\nuget.png = ..\nuget.png
..\README.md = ..\README.md
..\.github\workflows\release-nuget.yml = ..\.github\workflows\release-nuget.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 9138403

Please sign in to comment.