Skip to content

Commit

Permalink
Add 1.6.0 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric authored Dec 5, 2024
1 parent 25beb34 commit f0018da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/validate_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f0018da

Please sign in to comment.