File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Reddit Feed API
22
3- [ ![ Go] ( https://img.shields.io/badge/Go-1.17-blue.svg )] ( https://golang.org )
4- [ ![ tests] ( https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml/badge.svg?branch=develop )] ( https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml )
3+ [ ![ Go] ( https://img.shields.io/badge/Go-1.17-blue.svg )] ( https://golang.org )
4+ [ ![ build] ( https://github.com/arttet/reddit-feed-api/actions/workflows/build.yml/badge.svg?branch=main )] ( https://github.com/arttet/reddit-feed-api/actions/workflows/build.yml )
5+ [ ![ tests] ( https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml )
6+ [ ![ codecov] ( https://codecov.io/gh/arttet/reddit-feed-api/branch/main/graph/badge.svg?token=S5a5aZsotj )] ( https://codecov.io/gh/arttet/reddit-feed-api )
57[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/arttet/reddit-feed-api/blob/main/LICENSE )
8+ [ ![ ] ( https://img.shields.io/github/v/release/arttet/reddit-feed-api?style=flat-square )] ( https://github.com/arttet/reddit-feed-api/releases )
69
710## Build project
811
912### For local development
1013``` sh
1114make deps # Installation of dependencies
12- make build # Build project
15+ make build # Build the project
1316```
1417### Docker
1518``` sh
You can’t perform that action at this time.
0 commit comments