Skip to content

Commit e395e25

Browse files
Ensure properties belong to the step
1 parent e2a21ff commit e395e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
steps:
1717
- name: Setup Flutter
18-
- uses: subosito/flutter-action@v2
18+
uses: subosito/flutter-action@v2
1919
with:
2020
flutter-version: '2.10.4'
2121
channel: 'stable'
22-
- run: flutter doctor -v
22+
run: flutter doctor -v
2323

2424
- name: Checkout OneSignal-Flutter-SDK
2525
uses: actions/checkout@v3

0 commit comments

Comments
 (0)