From 2fb09b433389f164ba024577f285688c62d25f8e Mon Sep 17 00:00:00 2001 From: arun3688 Date: Wed, 8 Nov 2023 11:28:40 +0100 Subject: [PATCH 1/2] fix status badge alignment --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90db041..63fbabf 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ OMPython is a Python interface that uses ZeroMQ or CORBA (omniORB) to communicate with OpenModelica. -[![FMITest](https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml/badge.svg)] -(https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml) -[![Test](https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml/badge.svg)] -(https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml) +[![FMITest](https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml/badge.svg)](https://github.com/OpenModelica/OMPython/actions/workflows/FMITest.yml) +[![Test](https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml/badge.svg)](https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml) ## Dependencies From cba062a48bfdc08aa698b9398835db0275d8b311 Mon Sep 17 00:00:00 2001 From: arun3688 Date: Wed, 8 Nov 2023 11:34:02 +0100 Subject: [PATCH 2/2] Trigger build