diff options
author | Jan Macku <jamacku@redhat.com> | 2021-11-16 20:34:29 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2021-11-16 20:40:49 +0100 |
commit | 31e255a69bb23b755e56227f14aaa3f584de6751 (patch) | |
tree | b258262827018709f37528268639a039d452e7a3 | |
parent | ed6aa10fc7b4850d091d215ed791fc960f498d1f (diff) | |
download | initscripts-31e255a69bb23b755e56227f14aaa3f584de6751.tar initscripts-31e255a69bb23b755e56227f14aaa3f584de6751.tar.gz initscripts-31e255a69bb23b755e56227f14aaa3f584de6751.tar.bz2 initscripts-31e255a69bb23b755e56227f14aaa3f584de6751.tar.xz initscripts-31e255a69bb23b755e56227f14aaa3f584de6751.zip |
Add LGTM badges to README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -# initscripts | [![Build Status](https://github.com/fedora-sysv/initscripts/workflows/Integration%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AIntegration+test) [![Shellcheck Status](https://github.com/fedora-sysv/initscripts/workflows/Shellcheck%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AShellcheck+test) [![Mergify Status][mergify-status]][mergify] +# initscripts | [![Build Status](https://github.com/fedora-sysv/initscripts/workflows/Integration%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AIntegration+test) [![Shellcheck Status](https://github.com/fedora-sysv/initscripts/workflows/Shellcheck%20test/badge.svg)](https://github.com/fedora-sysv/initscripts/actions?query=workflow%3AShellcheck+test) + +[![Total alerts](https://img.shields.io/lgtm/alerts/g/fedora-sysv/initscripts.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fedora-sysv/initscripts/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/fedora-sysv/initscripts.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fedora-sysv/initscripts/context:python) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/fedora-sysv/initscripts.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fedora-sysv/initscripts/context:cpp) [![Mergify Status][mergify-status]][mergify] [mergify]: https://mergify.io [mergify-status]: https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/fedora-sysv/initscripts&style=flat |