forked from toolshed/abra
refactor: use app check
emoji here too
This commit is contained in:
parent
7566b4262b
commit
3e511446aa
@ -68,7 +68,7 @@ var recipeLintCommand = cli.Command{
|
|||||||
|
|
||||||
skippedOutput := "-"
|
skippedOutput := "-"
|
||||||
if skipped {
|
if skipped {
|
||||||
skippedOutput = "yes"
|
skippedOutput = "✅"
|
||||||
}
|
}
|
||||||
|
|
||||||
satisfied := false
|
satisfied := false
|
||||||
@ -87,9 +87,9 @@ var recipeLintCommand = cli.Command{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
satisfiedOutput := "yes"
|
satisfiedOutput := "✅"
|
||||||
if !satisfied {
|
if !satisfied {
|
||||||
satisfiedOutput = "NO"
|
satisfiedOutput = "❌"
|
||||||
if skipped {
|
if skipped {
|
||||||
satisfiedOutput = "-"
|
satisfiedOutput = "-"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user