Skip to content

Commit 1aec188

Browse files
committed
ci(demo-workflow): add checkout step
1 parent de1f03b commit 1aec188

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/demo-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: ubuntu-latest # self-hosted
88

99
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
12+
1013
- name: List all files
1114
shell: bash
1215
run: ls -r

0 commit comments

Comments
 (0)