Skip to content

Commit

Permalink
meta: Add GitHub Actions branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Yiğit Kaya committed Jun 27, 2022
1 parent c1db0fb commit 6934627
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ runs:
# Until then, go up-vote https://stackoverflow.com/a/67216965/90297
# GitHub VM info: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
run: curl -s -o - -w "\n%{http_code}\n" --data-binary @codecov.yml https://codecov.io/validate | awk '{l[NR] = $0} END {for (i=1; i<=NR-1; i++) print l[i]}; END{ if ($0<200||$0>299) exit $0 }'

branding:
color: orange
icon: check-circle

0 comments on commit 6934627

Please sign in to comment.