Skip to content

Commit

Permalink
ci: JSON Schema adherence check for tact.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored Mar 27, 2024
1 parent 09465b1 commit eac5032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Check there are no errors reported by ESLint
run: |
yarn lint
- name: Check that tact.config.json adheres to the JSON schema
run: |
yarn lint:schema
- name: Compare Tact version from CLI flag `--version` against package.json
Expand Down

0 comments on commit eac5032

Please sign in to comment.