From a7d763bf1283147e71ef70dc3c324acecb812bde Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Wed, 28 Sep 2022 13:55:05 +0200 Subject: [PATCH] Update badges (#1001) * Update badges * add Lint badge (see #1000) * display Workflow names as in Workflow .yml files * Change Lint Badge order --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f3e600..1251025 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # pygeoapi -![CI Build/Test](https://github.com/geopython/pygeoapi/actions/workflows/main.yml/badge.svg) -![CI Publish Docker Image](https://github.com/geopython/pygeoapi/actions/workflows/containers.yml/badge.svg) +[![Build](https://github.com/geopython/pygeoapi/actions/workflows/main.yml/badge.svg)](https://github.com/geopython/pygeoapi/actions/workflows/main.yml) +[![Docker](https://github.com/geopython/pygeoapi/actions/workflows/containers.yml/badge.svg)](https://github.com/geopython/pygeoapi/actions/workflows/containers.yml) +[![Lint](https://github.com/geopython/pygeoapi/actions/workflows/lint.yml/badge.svg)](https://github.com/geopython/pygeoapi/actions/workflows/lint.yml) [pygeoapi](https://pygeoapi.io) is a Python server implementation of the [OGC API](https://ogcapi.ogc.org) suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is [open source](https://opensource.org/) and released under an [MIT license](https://github.com/geopython/pygeoapi/blob/master/LICENSE.md).