diff --git a/.github/workflows/check_integrity.yml b/.github/workflows/integrity_check.yml similarity index 60% rename from .github/workflows/check_integrity.yml rename to .github/workflows/integrity_check.yml index 910a644..8bdeaa6 100755 --- a/.github/workflows/check_integrity.yml +++ b/.github/workflows/integrity_check.yml @@ -1,4 +1,4 @@ -name: Vérification de la cohérence des versions dans tous les champs du schéma +name: Vérification de la structure du schéma et de la validité de l'exemple on: push: @@ -16,4 +16,4 @@ jobs: with: python-version: "3.10" - - run: python .github/workflows/check_integrity.py \ No newline at end of file + - run: python .github/workflows/integrity_check.py \ No newline at end of file