Skip to content

i18n fix for v1 and vfc1 #2

i18n fix for v1 and vfc1

i18n fix for v1 and vfc1 #2

Workflow file for this run

name: Pull Requests
on:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Configure the enviroment
- uses: actions/checkout@v3
with:
submodules: 'recursive'
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
# Pre-check the json
- name: Json Precheck
run: python precheck.py