diff --git a/.github/workflows/dart.yml b/.github/workflows/quality.yml similarity index 97% rename from .github/workflows/dart.yml rename to .github/workflows/quality.yml index a2a8da6..0aa2e58 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/quality.yml @@ -1,4 +1,4 @@ -name: Dart CI +name: Build on: push: diff --git a/README.md b/README.md index 0a0f019..acd03e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A small dart library to generate Assets dart code from assets folder. It generates dart class with static const variables in it which can be used to reference the assets safely anywhere in the flutter app. -[![Dart CI](https://github.com/BirjuVachhani/spider/workflows/Dart%20CI/badge.svg?branch=master)](https://github.com/BirjuVachhani/spider/actions) [![pub dev CD](https://github.com/BirjuVachhani/spider/workflows/Publish%20Package/badge.svg?branch=master)](https://github.com/BirjuVachhani/spider/actions) [![spider](https://img.shields.io/pub/v/spider?label=spider)](https://pub.dev/packages/spider) +[![Build](https://github.com/BirjuVachhani/spider/workflows/Build/badge.svg?branch=master)](https://github.com/BirjuVachhani/spider/actions) [![spider](https://img.shields.io/pub/v/spider?label=spider)](https://pub.dev/packages/spider) ## Breaking Changes since v1.0.0: