Skip to content

Commit 8b4509a

Browse files
authored
Add badges and rename linting to code standards (feast-dev#581)
* Add badges and rename linting to code standards * Fix code standards workflow link
1 parent 8a7be68 commit 8b4509a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linting
1+
name: code standards
22

33
on:
44
push:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Feast - Feature Store for Machine Learning
22

3+
[![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)
4+
[![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)
5+
[![Docs latest](https://img.shields.io/badge/Docs-latest-blue.svg)](https://docs.feast.dev/)
6+
[![GitHub Release](https://img.shields.io/github/release/gojek/feast.svg?style=flat)](https://github.com/gojek/feast/releases)
7+
38
## Overview
49

510
Feast (Feature Store) is a tool for managing and serving machine learning features. Feast is the bridge between models and data.

0 commit comments

Comments
 (0)