File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2323 ls ${{ github.workspace }}
2424 - run : echo "🍏 This job's status is ${{ job.status }}."
2525
26- - name : List files in the repository
26+ - name : List files in DescriptiveStatistics
2727 run : |
2828 TARGET_FOLDER="${{ github.workspace }}/DescriptiveStatistics"
2929 find $TARGET_FOLDER -type f -name "*.py"
3030 - run : echo "🍏 This job's status is ${{ job.status }}."
31+
32+ - name : List files in NumpyPractice
33+ run : |
34+ TARGET_FOLDER="${{ github.workspace }}/NumpyPractice"
35+ find $TARGET_FOLDER -type f -name "*.py"
36+ - run : echo "🍏 This job's status is ${{ job.status }}."
37+
38+ - name : List files in PandasPractice
39+ run : |
40+ TARGET_FOLDER="${{ github.workspace }}/PandasPractice"
41+ find $TARGET_FOLDER -type f -name "*.py"
42+ - run : echo "🍏 This job's status is ${{ job.status }}."
You can’t perform that action at this time.
0 commit comments