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 e8ccfb2 commit b70c18f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
rm -rf ../upstream/Lib/glyphsets/__pycache__
rm -f ../upstream/Lib/glyphsets/_version.py
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"

0 comments on commit b70c18f

Please sign in to comment.