Skip to content

Commit

Permalink
CI: check CLDR updates in cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Nov 30, 2021
1 parent 26e9adf commit 4b54d44
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cldr_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CLDR check

on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2

- run: npm install

- name: Version check
run: ./support/cldr_check.js

0 comments on commit 4b54d44

Please sign in to comment.