Corrections sur la commande /trade et synchronisation des traductions manquantes

This commit is contained in:
2026-03-07 13:29:09 +01:00
parent 406a535c76
commit b489f65618
3 changed files with 110 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
name: Validation JSON
on:
push:
branches:
- '**'
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: RouxAntoine/checkout@v3.5.4
- name: Valider fr.json
run: python3 -mjson.tool fr.json > /dev/null
- name: Valider module.json
run: python3 -mjson.tool module.json > /dev/null