We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408199e commit 06e2040Copy full SHA for 06e2040
.github/workflows/github-actions-demo.yml
@@ -24,6 +24,10 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- 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."
31
- name: List files in the repository
32
run: |
33
echo "Listing all files in DescriptiveStatistics of the workspace directory "
0 commit comments