Skip to content

Commit

Permalink
💚 update workflow name
Browse files Browse the repository at this point in the history
📝 update README.md
  • Loading branch information
BirjuVachhani committed Apr 30, 2021
1 parent e60248e commit 05bdcfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dart CI
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 05bdcfd

Please sign in to comment.