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