Skip to content

Commit

Permalink
Update checklang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 20, 2024
1 parent 98d791d commit 55d0bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
rm -rf ../upstream/Lib/glyphsets.egg-info
rm -rf ../upstream/build
rm -f ./.git/index ../upstream/.git/index
diff -r -x BODY . ../upstream || (echo "Diff return value: $?"; echo -e "Recent data changes in **gflanguages** lead to the following glyphset definition changes:\n\n" > BODY; echo -e '```diff' >> BODY; echo -e "`diff -r -x BODY . ../upstream`" >> BODY; echo -e '```' >> BODY; echo "BODY:"; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies")
diff -r -x BODY . ../upstream || (echo "Diff return value: $?"; echo -e "Recent data changes in **gflanguages** lead to the following glyphset definition changes.\nThis issue serves as an automated reminder that a new **gflanguages** version _may_ want to be released in order for these changes to come down the stream into **gfglyphsets** as well as other QA tools. There is no immediate reason for action otherwise.\n\n" > BODY; echo -e '```diff' >> BODY; echo -e "`diff -r -x BODY . ../upstream`" >> BODY; echo -e '```' >> BODY; echo "BODY:"; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies")

0 comments on commit 55d0bf9

Please sign in to comment.