fix build naming and add build badge

Signed-off-by: Raymond Augé <rotty3000@apache.org>
diff --git a/.github/workflows/spi-fly.yml b/.github/workflows/spi-fly.yml
index f190dcb..5f4298c 100644
--- a/.github/workflows/spi-fly.yml
+++ b/.github/workflows/spi-fly.yml
@@ -10,7 +10,7 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 
-name: Spi Fly CI Build
+name: SPI Fly - CI Build
 
 on:
   push:
diff --git a/README.md b/README.md
index d12ed3f..6476dce 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
 
 See [Apache Aries Website](http://aries.apache.org/).
 
+[![SPI Fly - CI Build](https://github.com/apache/aries/actions/workflows/spi-fly.yml/badge.svg)](https://github.com/apache/aries/actions/workflows/spi-fly.yml)
+
 ## Source Code
 
 The sources are now directly availble in [aries github](https://github.com/apache/aries).
@@ -28,4 +30,4 @@
     mvn clean install
 
 As the Aries svn hosts a lot of different subprojects it makes sense to only
-build the specific subproject. 
+build the specific subproject.