Skip to content

Commit f0415db

Browse files
committed
Checkout first
1 parent c71cd16 commit f0415db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/app_validation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: 'Runs lint, format, and test on an app'
33
runs:
44
using: "composite"
55
steps:
6-
- name: Checkout repository
7-
uses: actions/checkout@v4
8-
96
- name: Set up flutter
107
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
118

.github/workflows/validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ jobs:
1515
run:
1616
working-directory: vanilla
1717
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v4
20+
1821
- uses: ./.github/actions/app_validation.yml

0 commit comments

Comments
 (0)