Checking for .nojekyll file
[rnaseq-cwl-training.git] / bin / workshop_check.py
index d018b78906171d3427350ad1dcba0d627435effd..1dcd33c2c431512dc24d0149c1f25a770c31ecfc 100755 (executable)
@@ -8,7 +8,7 @@ import sys
 import os
 import re
 from datetime import date
-from util import Reporter, split_metadata
+from util import Reporter, split_metadata, load_yaml, check_unwanted_files
 
 
 # Metadata field patterns.
@@ -400,6 +400,7 @@ def main():
 
     reporter = Reporter()
     check_config(reporter, config_file)
+    check_unwanted_files(root_dir, reporter)
     with open(index_file) as reader:
         data = reader.read()
         check_file(reporter, index_file, data)