Skip to content

Commit 83b8340

Browse files
committed
Updated lint action
1 parent b85dc3f commit 83b8340

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

scripts/helpers

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@ check_if_installed() {
1414
}
1515

1616
header(){
17-
echo -e "\n${BLUE}${*}\n${LINE}${NC}"
18-
}
19-
20-
subheader(){
21-
echo -e "\n${BLUE}# ${*}${NC}"
17+
echo -e "\n${BLUE}${*}\n${BLUE}${LINE}${NC}"
2218
}
2319

2420
warning(){
25-
echo -e "${YELLOW}WARNING: ${*}${NC}\n"
21+
echo -e "${YELLOW}WARNING: ${*}${NC}"
2622
}
2723

2824
error(){
29-
echo -e "${RED}ERROR: ${*}${NC}\n"
25+
echo -e "${RED}ERROR: ${*}${NC}"
3026
}
3127

3228
success(){
33-
echo -e "${GREEN}${*}${NC}\n"
29+
echo -e "${GREEN}${*}${NC}"
3430
}

0 commit comments

Comments
 (0)