Skip to content

Commit

Permalink
fix: pr-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Aug 31, 2024
1 parent 2181339 commit e358852
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
test-script:
Expand Down Expand Up @@ -43,8 +44,11 @@ jobs:
else
echo "Memory cleaning step missing."
exit 1
fi
if grep -q "by: Gabriel Logan" script_output.log; then
echo "Author information present."
else
echo "Author information missing."
exit 1
exit 1
fi

0 comments on commit e358852

Please sign in to comment.