From 2ffa0868e98fdda14a511d466411244dc671dfbc Mon Sep 17 00:00:00 2001 From: Willem Pienaar Date: Sat, 28 Mar 2020 09:24:33 +0800 Subject: [PATCH 1/2] Add badges and rename linting to code standards --- .github/workflows/{lint.yaml => code_standards.yaml} | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename .github/workflows/{lint.yaml => code_standards.yaml} (97%) diff --git a/.github/workflows/lint.yaml b/.github/workflows/code_standards.yaml similarity index 97% rename from .github/workflows/lint.yaml rename to .github/workflows/code_standards.yaml index 879ffb68ee1..684f1efaec4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/code_standards.yaml @@ -1,4 +1,4 @@ -name: linting +name: code standards on: push: diff --git a/README.md b/README.md index 3c9ec929b79..c847f80f24f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Feast - Feature Store for Machine Learning +[![Unit Tests](https://github.com/gojek/feast/workflows/unit%20tests/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3A%22unit+tests%22+branch%3Amaster) +[![Code Standards](https://github.com/gojek/feast/workflows/code%20standards/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3Acode+standards+branch%3Amaster) +[![Docs latest](https://img.shields.io/badge/Docs-latest-blue.svg)](https://docs.feast.dev/) +[![GitHub Release](https://img.shields.io/github/release/gojek/feast.svg?style=flat)](https://github.com/gojek/feast/releases) + ## Overview Feast (Feature Store) is a tool for managing and serving machine learning features. Feast is the bridge between models and data. From 6d15a88f58bdf9c167b0829258ab7138d07b3c69 Mon Sep 17 00:00:00 2001 From: Willem Pienaar <6728866+woop@users.noreply.github.com> Date: Sat, 28 Mar 2020 09:27:27 +0800 Subject: [PATCH 2/2] Fix code standards workflow link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c847f80f24f..881ccea49b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Feast - Feature Store for Machine Learning [![Unit Tests](https://github.com/gojek/feast/workflows/unit%20tests/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3A%22unit+tests%22+branch%3Amaster) -[![Code Standards](https://github.com/gojek/feast/workflows/code%20standards/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3Acode+standards+branch%3Amaster) +[![Code Standards](https://github.com/gojek/feast/workflows/code%20standards/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3A%22code+standards%22+branch%3Amaster) [![Docs latest](https://img.shields.io/badge/Docs-latest-blue.svg)](https://docs.feast.dev/) [![GitHub Release](https://img.shields.io/github/release/gojek/feast.svg?style=flat)](https://github.com/gojek/feast/releases)