From a8dfc44f49f5cfea8adaafdf6c512b735cf159e1 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 10 May 2022 12:56:27 +0200 Subject: [PATCH] testing new feature --- .github/workflows/pr-check.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 7d2a0038f..eaf99cbf3 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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