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 3, 2024
1 parent b16b6d8 commit cda0249
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
paths:
- '**.yml'

jobs:
run-script:
diff:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -26,4 +27,5 @@ jobs:
pip freeze
sh build.sh
cd ..
diff -r glyphsets/data/results glyphsets2/data/results || echo -e "Changes in gflanguages lead to the following glyphset definition changes:\n\n" > BODY; echo -e "`diff -r glyphsets/data/results glyphsets2/data/results`" >> BODY; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY
cd glyphsets
diff -r data/results ../glyphsets2/data/results || echo -e "Changes in gflanguages lead to the following glyphset definition changes:\n\n" > BODY; echo -e "`diff -r data/results ../glyphsets2/data/results`" >> BODY; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY; rm BODY

0 comments on commit cda0249

Please sign in to comment.