Skip to content

Commit 0cd0596

Browse files
committed
Added badge.
1 parent a0abfb6 commit 0cd0596

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

generic_enum/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generic Enumerations For Dart
2-
[![Build Status](https://travis-ci.com/simphotonics/generic_enum.svg?branch=main)](https://travis-ci.com/simphotonics/generic_enum)
2+
[![Dart](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml/badge.svg)](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml)
3+
34

45

56
## Introduction

generic_enum/example/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
## Generic Enum - Example
3+
[![Dart](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml/badge.svg)](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml)
4+
35

46
Examples on how to define and build generic enumerations can be found in the package
57
[`generic_enum_example`][generic_enum_example].

generic_enum_builder/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generic Enum Builder
2-
[![Build Status](https://travis-ci.com/simphotonics/generic_enum.svg?branch=main)](https://travis-ci.com/simphotonics/generic_enum)
2+
[![Dart](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml/badge.svg)](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml)
3+
34

45

56
## Introduction

generic_enum_builder/example/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Generic Enum Builder
2+
[![Dart](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml/badge.svg)](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml)
3+
24

35
## Examples
46

generic_enum_example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generic Enum Example
2-
[![Build Status](https://travis-ci.com/simphotonics/generic_enum.svg?branch=main)](https://travis-ci.com/simphotonics/generic_enum)
2+
[![Dart](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml/badge.svg)](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml)
33

44

55
## Introduction

generic_enum_example/example/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generic Enum Example
2-
[![Build Status](https://travis-ci.com/simphotonics/generic_enum.svg?branch=main)](https://travis-ci.com/simphotonics/generic_enum)
2+
[![Dart](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml/badge.svg)](https://github.com/simphotonics/generic_enum/actions/workflows/dart.yml)
3+
34

45

56
## Introduction

0 commit comments

Comments
 (0)