Skip to content

Commit 69e785f

Browse files
committed
Update last merge
1 parent 4cdf0e8 commit 69e785f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ jobs:
2828
outputs:
2929
apps: ${{ steps.filter.outputs.changes }}
3030
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+
filters: |
37+
game-2048: src/game-2048/**
38+
cow-demo: src/cow-demo/**
39+
rancher-helloworld: src/rancher-helloworld/**
3840
code-check:
3941
runs-on: ubuntu-latest
4042
steps:

0 commit comments

Comments
 (0)