Skip to content

Commit 09186cf

Browse files
authored
chore: towards +A quality code (#85)
1 parent 3c6da6c commit 09186cf

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Automates the process of testing, analyzing, checking the code format,
22
# building, and deploying using Github Actions.
33
name: Flutter CI
4-
54
# Controls when the action will run.
65
on:
76
# Triggers the workflow on push or pull request events but only for the main branch
87
push:
98
branches: [master]
109
pull_request:
1110
branches: [master]
12-
1311
# Allows you to run this workflow manually from the Actions tab
1412
workflow_dispatch:
1513

@@ -19,7 +17,6 @@ jobs:
1917
build:
2018
# The type of runner that the job will run on
2119
runs-on: ubuntu-latest
22-
2320
# Steps represent a sequence of tasks that will be executed as part of the job
2421
steps:
2522
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packa
1515
status](https://www.0pdd.com/svg?name=dartoos-dev/flutter_brand_palettes)](https://www.0pdd.com/p?name=dartoos-dev/flutter_brand_palettes)
1616
[![build](https://github.com/dartoos-dev/flutter_brand_palettes/actions/workflows/build.yml/badge.svg)](https://github.com/dartoos-dev/flutter_brand_palettes/actions/)
1717
[![codecov](https://codecov.io/gh/dartoos-dev/flutter_brand_palettes/branch/master/graph/badge.svg?token=Hvpu48mfx1)](https://codecov.io/gh/dartoos-dev/flutter_brand_palettes)
18-
[![code quality](https://www.codefactor.io/repository/github/dartoos-dev/flutter_brand_palettes/badge)](https://www.codefactor.io/repository/github/dartoos-dev/flutter_brand_palettes?style=flat-square)
18+
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/dartoos-dev/flutter_brand_palettes)
1919
[![Hits-of-Code](https://hitsofcode.com/github/dartoos-dev/flutter_brand_palettes?branch=master)](https://hitsofcode.com/github/dartoos-dev/flutter_brand_palettes/view?branch=master)
2020

2121
## Overview

example/android/app/src/main/kotlin/com/example/example/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)