Skip to content

Commit

Permalink
fix(ci): remove unneeded line in type-check (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush authored Oct 24, 2024
1 parent 40801a8 commit f280785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/backend-converted-types-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
newHash=$(find ../frontend/types/api -type f -print0 | sort -z | xargs -0 sha1sum | sha256sum | head -c 64)
if [ "$currHash" != "$newHash" ]; then
echo "frontend-types have changed, please commit the changes"
git diff --stat
exit 1
fi

0 comments on commit f280785

Please sign in to comment.