File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,16 @@ jobs:
28
28
outputs :
29
29
apps : ${{ steps.filter.outputs.changes }}
30
30
steps :
31
- - uses : dorny/paths-filter@v3
32
- id : filter
33
- with :
34
- filters : |
35
- game-2048: src/game-2048/**
36
- cow-demo: src/cow-demo/**
37
- rancher-helloworld: src/rancher-helloworld/**
31
+ - name : Check-out the repository
32
+ uses : actions/checkout@v4
33
+ - uses : dorny/paths-filter@v3
34
+ id : filter
35
+ with :
36
+ base : main
37
+ filters : |
38
+ game-2048: src/game-2048/**
39
+ cow-demo: src/cow-demo/**
40
+ rancher-helloworld: src/rancher-helloworld/**
38
41
code-check :
39
42
runs-on : ubuntu-latest
40
43
steps :
Original file line number Diff line number Diff line change 23
23
- uses : dorny/paths-filter@v3
24
24
id : filter
25
25
with :
26
+ base : main
26
27
filters : |
27
28
game-2048: src/game-2048/**
28
29
cow-demo: src/cow-demo/**
You can’t perform that action at this time.
0 commit comments