Skip to content

Commit

Permalink
Merge pull request #82 from codacy/add-welcome-message
Browse files Browse the repository at this point in the history
Added a welcome message to allow users to know they're using our action
  • Loading branch information
DMarinhoCodacy committed Jan 17, 2024
2 parents 9c8eb46 + 1007ec5 commit cc07688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Expand Up @@ -38,6 +38,8 @@ runs:
- name: "Run coverage-reporter"
shell: bash
run: |
echo "Welcome to Coverage-Reporter-Action"
set -eux
report_list=''
Expand Down

0 comments on commit cc07688

Please sign in to comment.