Skip to content

Instantly share code, notes, and snippets.

@chrissimpkins
Created June 12, 2020 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrissimpkins/a03620b72ea225576dde0d8c3fbca4ec to your computer and use it in GitHub Desktop.
Save chrissimpkins/a03620b72ea225576dde0d8c3fbca4ec to your computer and use it in GitHub Desktop.
name: Script + Writing System Coverage
on: [push, pull_request]
jobs:
cldr-coverage-support:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
name: PyICU Script and Writing System Coverage
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: CLDR script/language coverage
uses: f-actions/cldr-coverage@master
with:
path: "/github/workspace/[REPOSITORY FILE PATH]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment