Skip to content

Commit 0cd3f37

Browse files
committed
rename
1 parent 79dfbfc commit 0cd3f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter-ci.yml renamed to .github/workflows/dart-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Flutter CI
1+
name: Dart CI
22

33
on:
44
pull_request: { }
@@ -35,4 +35,4 @@ jobs:
3535
- name: Check for any formatting and statically analyze the code.
3636
run: |
3737
make format
38-
make analyze
38+
make analyze

0 commit comments

Comments
 (0)