Skip to content

Commit 043862d

Browse files
authored
Merge pull request #286 from subosito/format
Format
2 parents 7d86479 + e70699e commit 043862d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Use particular version on any channel:
5252
5353
```yaml
5454
steps:
55-
- uses: actions/checkout@v4
55+
- name: Clone repository
56+
uses: actions/checkout@v4
5657
- name: Set up Flutter
5758
uses: subosito/flutter-action@v2
5859
with:
@@ -65,7 +66,8 @@ Use particular git reference on master channel:
6566
6667
```yaml
6768
steps:
68-
- uses: actions/checkout@v4
69+
- name: Clone repository
70+
uses: actions/checkout@v4
6971
- name: Set up Flutter
7072
uses: subosito/flutter-action@v2
7173
with:

action.yml renamed to action.yaml

File renamed without changes.

0 commit comments

Comments
 (0)