Skip to content

Update checklang.yml #3

Update checklang.yml

Update checklang.yml #3

Workflow file for this run

name: Check for changes in gflanguages
on:
push:
paths:
- '**.yml'
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install GH CLI
uses: dev-hanz-ops/[email protected]
- name: Run Script
run: |
cd ..
cp -r glyphsets glyphsets2
cd glyphsets2
pip install .
pip install -U git+https://github.com/googlefonts/lang
pip freeze
cd ..
diff -r glyphsets glyphsets2 || gh issue create --title "I found a bug" --body "Nothing works" || echo "no changes to data"