Skip to content

Commit 06e2040

Browse files
committed
<build>: fix github-actions-demo.yml
1 parent 408199e commit 06e2040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- run: echo "This job tests exercise problem in DescriptiveStatistics directory "
27+
- name: Check out repository code
28+
uses: actions/checkout@v4
29+
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
30+
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
2731
- name: List files in the repository
2832
run: |
2933
echo "Listing all files in DescriptiveStatistics of the workspace directory "

0 commit comments

Comments
 (0)