From fd5749d3ed345734d855a3a1fce6918313e80fe3 Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Thu, 24 Oct 2024 19:15:20 +0530 Subject: [PATCH] readme: add lint badge (#6) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f287f..50f7630 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ddn-assets +[![golangci-lint](https://github.com/hasura/ddn-assets/actions/workflows/golangci-lint.yaml/badge.svg?branch=main)](https://github.com/hasura/ddn-assets/actions/workflows/golangci-lint.yaml) + DDN asset management tool. This tool takes [ndc-hub](https://github.com/hasura/ndc-hub) as the source of information and produces assets for usage in Hasura DDN. ## Usage @@ -21,4 +23,4 @@ Flags: -h, --help help for ddn-assets Use "ddn-assets [command] --help" for more information about a command. -``` \ No newline at end of file +```