Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
migrating to WfFormat v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Aug 13, 2021
1 parent 5d41d63 commit dff8793
Show file tree
Hide file tree
Showing 136 changed files with 7,603,819 additions and 7,082,394 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Check validity of instances
run: |
find . -type f -name "*.json" > instances.txt && err=0
git clone https://github.com/wfcommons/workflow-schema
git clone https://github.com/wfcommons/wfformat
err_report() {
echo "Error on instance file $1"
}
trap 'err_report ${instance_file}' ERR;
for instance_file in `cat instances.txt`; do
python3 ./workflow-schema/wfcommons-validator.py -d ${instance_file};
python3 ./wfformat/wfcommons-validator.py -d ${instance_file};
echo "";
done
Loading

0 comments on commit dff8793

Please sign in to comment.