File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed
individual-shell-tools/awk Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 66 # - 'individual-shell-tools/**.sh'
77 # - 'shell-pipelines/**.sh'
88 # - 'jq/*.sh'
9- pull_request :
9+ pull_request_target :
1010 paths :
1111 - ' individual-shell-tools/**.sh'
1212 - ' shell-pipelines/**.sh'
1313 - ' jq/*.sh'
14- # pull_request_target:
15- # types:
16- # - labeled
17- # - unlabeled
18- # - opened
19- # - edited
20- # - reopened
14+ types :
15+ - labeled
16+ - unlabeled
17+ - opened
18+ - edited
19+ - reopened
2120
2221jobs :
2322 test_sdc_tasks :
3029 steps :
3130 - name : checkout pushed PR
3231 uses : actions/checkout@v5
33- # with:
34- # fetch-depth: 2
35- # - name: checkout expected output
36- # uses: actions/checkout@v5
37- # with:
38- # ref: origin/expected-solutions
39- # path: expect
4032 - name : Get changed files
4133 id : changed-files
4234 uses : tj-actions/changed-files@v47.0.5
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ set -euo pipefail
44
55# TODO: Write a command to output just the names of each player in `scores-table.txt`.
66# Your output should contain 6 lines, each with just one word on it.
7- awk ' {print $1}' scores-table.txt # deliberately break this implementation
7+ awk ' {print $1}' scores-table.txt
You can’t perform that action at this time.
0 commit comments