Skip to content

check dict update

check dict update #410

name: check dict update
on:
schedule:
- cron: '0 20 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Create dictionary
run: |
python mong/create_dict.py
- name: Check diff
run: |
git diff --exit-code mong/moby_dict.json