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..881ccea49b1 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%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) + ## Overview Feast (Feature Store) is a tool for managing and serving machine learning features. Feast is the bridge between models and data.