From f0018da9deb101744563f3b86b98b6e886911582 Mon Sep 17 00:00:00 2001 From: Emeric Chassagne <56299157+Nemric@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:16:50 +0100 Subject: [PATCH] Add 1.6.0 check --- .github/workflows/validate_changes.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/validate_changes.yml b/.github/workflows/validate_changes.yml index a515449..dad1a62 100644 --- a/.github/workflows/validate_changes.yml +++ b/.github/workflows/validate_changes.yml @@ -42,3 +42,10 @@ jobs: file: 'v1.5.0/testconfig.bu' schema: 'v1.5.0/butane-v1.5.0.json' mode: lax + + - name: Validate butane v1.6 file using associated json schema + uses: cardinalby/schema-validator-action@v3 + with: + file: 'v1.6.0/testconfig.bu' + schema: 'v1.6.0/butane-v1.6.0.json' + mode: lax