mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
testing new feature
This commit is contained in:
parent
41c142b49a
commit
a8dfc44f49
1 changed files with 8 additions and 0 deletions
8
.github/workflows/pr-check.yml
vendored
8
.github/workflows/pr-check.yml
vendored
|
|
@ -114,3 +114,11 @@ jobs:
|
|||
- name: Run webpack
|
||||
if: steps.filter.outputs.ts-scss-fe == 'true'
|
||||
run: npm run pr-check-ts
|
||||
|
||||
- name: Testing new GitHub Job Summaries
|
||||
run: |
|
||||
echo "This is the lead in sentence for the list" >> $GITHUB_STEP_SUMMARY
|
||||
echo "" >> $GITHUB_STEP_SUMMARY # this is a blank line
|
||||
echo "- Lets add a bullet point" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- Lets add a second bullet point" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- How about a third one?" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue