Skip to content

Commit

Permalink
Update checklang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Jun 12, 2024
1 parent c5d0e23 commit e8ccfb2
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 @@ -36,6 +36,6 @@ jobs:
echo "pwd: `pwd`"
rm -rf ../upstream/Lib/glyphsets/__pycache__
rm -f ../upstream/Lib/glyphsets/_version.py
rm -f ../upstream/Lib/glyphsets.egg-info
rm -rf ../upstream/Lib/glyphsets.egg-info
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"

0 comments on commit e8ccfb2

Please sign in to comment.