(rule
 (alias runtest)
 (deps
  ./forbid-files.sh
  (:md
   (glob_files *.md)))
 (action
  (run bash ./forbid-files.sh %{md})))
