Skip to content

Commit 5b822ce

Browse files
authored
build(ci): adhere to PDD (#54)
Puzzle Driven Development See also: https://www.yegor256.com/2010/03/04/pdd.html
1 parent e3b41a8 commit 5b822ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Automates the process of testing, analyzing, checking the code format,
22
# building, and deploying using Github Actions.
3-
name: build
3+
name: Flutter CI
44

55
# Controls when the action will run.
66
on:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![pub](https://img.shields.io/pub/v/flutter_brand_palettes)](https://pub.dev/packages/flutter_brand_palettes)
77
[![license](https://img.shields.io/badge/license-mit-green.svg)](https://github.com/rafamizes/flutter_brand_palettes/blob/main/LICENSE)
88
[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)
9+
[![PDD status](http://www.0pdd.com/svg?name=rafamizes/flutter_brand_palettes)](http://www.0pdd.com/p?name=rafamizes/flutter_brand_palettes)
910
[![build](https://github.com/rafamizes/flutter_brand_palettes/actions/workflows/build.yml/badge.svg)](https://github.com/rafamizes/flutter_brand_palettes/actions/)
1011
[![codecov](https://codecov.io/gh/rafamizes/flutter_brand_palettes/branch/main/graph/badge.svg)](https://codecov.io/gh/rafamizes/flutter_brand_palettes)
1112
[![Hits-of-Code](https://hitsofcode.com/github/rafamizes/flutter_brand_palettes?branch=main)](https://hitsofcode.com/github/rafamizes/flutter_brand_palettes/view?branch=main)

0 commit comments

Comments
 (0)