Skip to content

Commit

Permalink
run json validator against checkout code (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Speer <[email protected]>
  • Loading branch information
kspeer825 and Kyle Speer authored Mar 23, 2021
1 parent af00aa1 commit 6a53124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: 'JSON Validator'
command: |
source /usr/local/share/virtualenvs/tap-tester/bin/activate
stitch-validate-json /usr/local/share/virtualenvs/tap-mailchimp/lib/python3.5/site-packages/tap_mailchimp/schemas/*.json
stitch-validate-json tap_mailchimp/schemas/*.json
- add_ssh_keys
- run:
name: 'Unit Tests'
Expand Down

0 comments on commit 6a53124

Please sign in to comment.