From b05f93aab4c5733ded17401d23e1c6ef29f10920 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 27 Apr 2021 14:04:10 -0700 Subject: [PATCH 1/2] move build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796fbd8..365318a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ +[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions) [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints) This repo contains official Dart and Flutter lint rules. -[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions) From a791bda21bce36ddb2da4c246a2225039aa2ceba Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 27 Apr 2021 15:33:12 -0700 Subject: [PATCH 2/2] re-order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 365318a..38b1512 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions) [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints) +[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions) This repo contains official Dart and Flutter lint rules.