Skip to content

Commit

Permalink
Update checklang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed May 6, 2024
1 parent e8ccc18 commit eedfe12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd ..
cp -r glyphsets glyphsets2
cd glyphsets2
cp -r glyphsets upstream
cd upstream
pip install .
pip install -U git+https://github.com/yanone/lang
pip freeze
sh build.sh
cd ..
cd glyphsets
diff -r . ../glyphsets2 || 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 . ../glyphsets2`" >> BODY; echo -e '```' >> BODY; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies"
diff -r . ../upstream || 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 -x .git . ../upstream`" >> BODY; echo -e '```' >> BODY; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies"

0 comments on commit eedfe12

Please sign in to comment.