[jnigen] Add build badge (https://github.com/dart-lang/jnigen/issues/1)

diff --git a/pkgs/jnigen/README.md b/pkgs/jnigen/README.md
index d0f0474..c8b9f3e 100644
--- a/pkgs/jnigen/README.md
+++ b/pkgs/jnigen/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://github.com/dart-lang/jnigen/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/jnigen/actions?query=workflow%3A%22Dart+CI%22+branch%3Amain)
+
 # Experimental generator for FFI+JNI bindings.
 
 This package will generate JNI code to invoke Java from C, and Dart FFI bindings to invoke this C code.