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 23
23
ls ${{ github.workspace }}
24
24
- run : echo "🍏 This job's status is ${{ job.status }}."
25
25
26
- - name : List files in the repository
26
+ - name : List files in DescriptiveStatistics
27
27
run : |
28
28
TARGET_FOLDER="${{ github.workspace }}/DescriptiveStatistics"
29
29
find $TARGET_FOLDER -type f -name "*.py"
30
30
- 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