Skip to content

Commit

Permalink
Update validate-recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bberkeyU authored Mar 18, 2024
1 parent 6d85168 commit ab19d60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
warning.write(f"{parent} {child} missing flat for {state['gain']+sums+cam+cont+wave}\n")
summary.write(f"{tab*6*'-'}> {child.split('#')[0]}\n")
md.write(f"$${{\\color{{{color}}} {child.split('#')[0]}\n $$")
md.write("$${{\\color{{red}}")
md.write(f" {child.split('#')[0]}\n")
md.write("$$")

pass
script.close()
Expand Down

0 comments on commit ab19d60

Please sign in to comment.