Skip to content

Commit

Permalink
Merge pull request #30 from erickximenes/master
Browse files Browse the repository at this point in the history
Updated Action CI
  • Loading branch information
jacobaraujo7 authored Mar 2, 2023
2 parents 1b9d6e1 + d13c91e commit 5e96040
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: dart pub get

- name: Format code
- run: flutter format lib/
- run: flutter format test/
- run: flutter format --dry-run --set-exit-if-changed lib/
- run: flutter format --dry-run --set-exit-if-changed test/
run: flutter format lib/
run: flutter format test/
run: flutter format --dry-run --set-exit-if-changed lib/
run: flutter format --dry-run --set-exit-if-changed test/

- name: Dart Test
run: flutter test --coverage
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## V1.1.5

- Updated action CI;

## V1.1.4

- fix #29
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: uno
description: Uno is a multiplatform HTTP client, based on Axios and built following the Clean Dart approach by the Flutterando Community.
version: 1.1.4
version: 1.1.5
homepage: https://github.com/Flutterando/uno.git

environment:
Expand Down

0 comments on commit 5e96040

Please sign in to comment.