File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
22
container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
23
23
build-depends-repos : build_depends.repos
24
24
steps :
25
+ - name : Check out repository
26
+ uses : actions/checkout@v4
27
+
25
28
- name : Build and Test
26
29
uses : ./.github/actions/build-and-test-action
27
30
with :
Original file line number Diff line number Diff line change 23
23
container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
24
24
build-depends-repos : build_depends.repos
25
25
steps :
26
+ - name : Check out repository
27
+ uses : actions/checkout@v4
28
+
26
29
- name : Build and Test
27
30
uses : ./.github/actions/build-and-test-action
28
31
with :
Original file line number Diff line number Diff line change 23
23
container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
24
24
build-depends-repos : build_depends.repos
25
25
steps :
26
+ - name : Check out repository
27
+ uses : actions/checkout@v4
28
+
26
29
- name : Build and Test
27
30
uses : ./.github/actions/build-and-test-action
28
31
with :
You can’t perform that action at this time.
0 commit comments