Skip to content

Commit

Permalink
Document Schema File Naming Conventions (#391)
Browse files Browse the repository at this point in the history
- Added file naming conventions for XSL conversion templates
- Renamed schema files to follow the naming guidance
- Reorganized metaschema docuemntation
- Refactored scripts to produce files using correct names
- Fixed broken links in repo and website
- Fixed spelling errors and broken links
- Added markdown-link-checker to CI process to check PRs for broken links
- Added colorization to many build messages
- Added support for JSON min and YAML content generation from JSON files (using prettyprint)
  • Loading branch information
david-waltermire committed Jun 6, 2019
1 parent cffac79 commit 97de36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ executors:
ruby-node-executor:
docker: # run the ruby jobs with Docker
- image: circleci/ruby:2.4.6-node-browsers
<<: *common_environment
<<: *common_environment
python-executor:
docker: #run the python jobs with Docker
- image: circleci/python:3.7.3-node-browsers
Expand Down
1 change: 1 addition & 0 deletions build/ci-cd/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fi
# sets the CI-CD directory
CIDIR=$OSCALDIR/build/ci-cd

# runs all of the scripts to test locally
bash $CIDIR/validate-metaschema.sh || ("Failed to validate Metaschema" && exit 1)
bash $CIDIR/generate-schema.sh || ("Failed to generate schema files" && exit 2)
bash $CIDIR/validate-content.sh || ("Failed to validate content" && exit 3)
Expand Down

0 comments on commit 97de36a

Please sign in to comment.