Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jun 25, 2024
1 parent f535b46 commit cd5f891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: flutter pub get

- name: Run Analyze
run: flutter analyze --no-fatal-infos ./lib ./test
run: flutter analyze --no-fatal-infos ./lib/**/*.dart ./test/**/*.dart

- name: Check format
run: dart format --set-exit-if-changed ./lib ./test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ASP - Atomic State Pattern

[![Pub Version](https://img.shields.io/pub/v/asp.svg)](https://pub.dev/packages/asp)
![CI](https://github.com/Flutterando/asp/workflows/CI/badge.svg)
[![codecov](https://codecov.io/github/Flutterando/asp/graph/badge.svg?token=MR0KTXEHD2)](https://codecov.io/github/Flutterando/asp)
![LICENSE](https://img.shields.io/hexpm/l/modular)
[![GitHub stars](https://badgen.net/github/stars/Flutterando/asp)](https://GitHub.com/Flutterando/asp/stargazers/)

Expand Down

0 comments on commit cd5f891

Please sign in to comment.