Skip to content

update locale from codeberg #21

update locale from codeberg

update locale from codeberg #21

Workflow file for this run

name: check_locales
on:
push:
branches: [ main , locale]
paths:
- 'src/locales/*.json'
pull_request:
branches: [ main ]
paths:
- 'src/locales/*.json'
workflow_dispatch:
env:
CI: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: setup python
uses: actions/setup-python@v5
with:
python-version: '3.10' # install the python version needed
- name: execute py script # run main.py
run: python ./pytest/checklocale.py ./src/locales