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 789376a commit 9041c14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ jobs:
pip install -U git+https://github.com/googlefonts/lang
pip freeze
sh build.sh
rm -rf __pycache__
rm -rf _version.py
rm -rf *.egg-info
rm -rf build
rm -rf .git
rm -rf _*
cd ..
rm -rf *.egg-info
rm -rf glyphsets.egg-info
cd glyphsets
rm -rf __pycache__
rm -rf _version.py
rm -rf *.egg-info
rm -rf build
rm -rf .git
Expand Down

0 comments on commit 9041c14

Please sign in to comment.