Skip to content

Commit 81e9583

Browse files
committed
validate my thinking
1 parent 87c0fb0 commit 81e9583

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sanity.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ jobs:
1313
COLS="|One|Two|Three|"
1414
echo "$COLS" | tee -a $GITHUB_STEP_SUMMARY
1515
echo "$COLS" | sed -r 's/[^|]/-/g' | tee -a $GITHUB_STEP_SUMMARY
16-
- name: echo two
17-
run: |
1816
echo "|1|2|3|" | tee -a $GITHUB_STEP_SUMMARY
19-
- name: echo three
20-
run: |
2117
echo "|4|5|6|" | tee -a $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)