Skip to content

Commit 06225f5

Browse files
committed
atualiza workflow
1 parent 1bbce56 commit 06225f5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ jobs:
2828
run: dart pub get
2929

3030
# Uncomment this step to verify the use of 'dart format' on each commit.
31-
# - name: Verify formatting
32-
# run: dart format --output=none --set-exit-if-changed .
31+
- name: Verify formatting
32+
run: dart format --output=none --set-exit-if-changed .
3333

3434
# Consider passing '--fatal-infos' for slightly stricter analysis.
3535
- name: Analyze project source
3636
run: dart analyze
37-
38-
- name: Formatting code
39-
run: dart format
40-
37+
4138
# Run Dart tests and output them at directory `./coverage`:
4239
- name: Run tests
4340
run: dart test --coverage=./coverage

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
path: ".."
4343
relative: true
4444
source: path
45-
version: "0.1.1"
45+
version: "0.1.4"
4646
clock:
4747
dependency: transitive
4848
description:

0 commit comments

Comments
 (0)