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 9560f90 commit 06a716f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rm -f __pycache__
rm -f _version.py
rm -f *.egg-info
rm -f build
rm -rf build
rm -f .git
rm -f _*
cd ..
Expand All @@ -41,7 +41,7 @@ jobs:
rm -f __pycache__
rm -f _version.py
rm -f *.egg-info
rm -f build
rm -rf build
rm -f .git
rm -f _*
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;
Expand Down

0 comments on commit 06a716f

Please sign in to comment.