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 19, 2024
1 parent 1e16f55 commit 9415218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
summary.write(f"{tab*6*'-'}> {child.split('#')[0]}\n")
rcpName = child.split('#')[0]
if "_FW" not in rcpName and "setup" not in rcpName and "cbk" not in rcpName and "menu" not in rcpName:
print(rcpName)
if color == "red":
md.write("📙 ")
if color == "black":
Expand Down

0 comments on commit 9415218

Please sign in to comment.