Skip to content

Commit

Permalink
chore: Changed the summary for successful run of linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jan 12, 2024
1 parent 654e888 commit 5f35435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Generate Workflow Summary for successful run
if: ${{ steps.lint.outcome == 'success' }}
run: |
echo "## :ballot_box_with_check: Kudos! No linting errors found!" >> $GITHUB_STEP_SUMMARY
echo "## :ballot_box_with_check: Linting passed!" >> $GITHUB_STEP_SUMMARY
- name: Generate Workflow Summary for failed run
if: ${{ steps.lint.outcome == 'failure' }}
run: |
Expand Down

0 comments on commit 5f35435

Please sign in to comment.