Commit 923c648 1 parent ec514f5 commit 923c648 Copy full SHA for 923c648
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ jobs:
52
52
files = sys.argv[1:]
53
53
all_valid = all(validate_turtle(file) for file in files)
54
54
55
- with open('qc-status.txt', 'w') as f:
55
+ with open('data/ qc-status.txt', 'w') as f:
56
56
f.write('valid' if all_valid else 'not valid')
57
57
58
58
if not all_valid:
59
59
sys.exit(1)
60
60
" > validate_ttl.py
61
61
62
- # Step 5: Run Validation and Create QC Status File
62
+ # Step 5: Run Validation and Create QC Status File in /data
63
63
- name : Run Turtle Validation
64
64
run : python validate_ttl.py data/AOPWikiRDF.ttl data/AOPWikiRDF-Genes.ttl data/AOPWikiRDF-Void.ttl
65
65
66
- # Step 6: Commit and Push QC Status File (if changed)
66
+ # Step 6: Commit and Push QC Status File to /data
67
67
- name : Commit and Push QC Status
68
68
run : |
69
69
git config --global user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments