Skip to content

Commit

Permalink
Merge pull request #286 from subosito/format
Browse files Browse the repository at this point in the history
Format
  • Loading branch information
bartekpacia committed Mar 31, 2024
2 parents 7d86479 + e70699e commit 043862d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -52,7 +52,8 @@ Use particular version on any channel:

```yaml
steps:
- uses: actions/checkout@v4
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -65,7 +66,8 @@ Use particular git reference on master channel:

```yaml
steps:
- uses: actions/checkout@v4
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down
File renamed without changes.

0 comments on commit 043862d

Please sign in to comment.