Skip to content

Commit

Permalink
remove punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaeri committed Nov 12, 2024
1 parent e76807d commit a915663
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: >
LATEST=$(yarn info @texturehq/events -A --json | jq '.data["dist-tags"].latest'); \
CURRENT=$(cat package.json | jq '.dependencies["@texturehq/events"]'); \
if [[ "$LATEST" != "$CURRENT" ]]; then \
echo "The @texturehq/events package is outdated"; \
echo "Latest version: $LATEST"; \
echo "Current version: $CURRENT"; \
exit 1; \
if [[ "$LATEST" != "$CURRENT" ]]; then
echo "The @texturehq/events package is outdated";
echo "Latest version: $LATEST";
echo "Current version: $CURRENT";
exit 1;
fi

0 comments on commit a915663

Please sign in to comment.