Skip to content

Commit

Permalink
readme: update shield syntax (badges/shields#8671)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and eine committed Jan 24, 2023
1 parent 868eea1 commit 4058364
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
/></a><!--
-->
<a title="'docs' workflow Status"
href="https://github.com/VUnit/vunit/actions?query=workflow%3Adocs"
><img alt="'docs' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/docs/master?longCache=true&style=flat-square&label=docs&logo=GitHub%20Actions&logoColor=fff"
href="https://github.com/VUnit/vunit/actions/workflows/docs.yml"
><img alt="'docs' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/docs.yml?branch=master&longCache=true&style=flat-square&label=docs&logo=GitHub%20Actions&logoColor=fff"
/></a><!--
-->
<a title="'images' workflow Status"
href="https://github.com/VUnit/vunit/actions?query=workflow%3Aimages"
><img alt="'images' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/images/master?longCache=true&style=flat-square&label=imgs&logo=GitHub%20Actions&logoColor=fff"
href="https://github.com/VUnit/vunit/actions/workflows/images.yml"
><img alt="'images' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/images.yml?branch=master&longCache=true&style=flat-square&label=imgs&logo=GitHub%20Actions&logoColor=fff"
/></a><!--
-->
<a title="'push' workflow Status"
href="https://github.com/VUnit/vunit/actions?query=workflow%3Apush"
><img alt="'push' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/push/master?longCache=true&style=flat-square&label=push&logo=GitHub%20Actions&logoColor=fff"
href="https://github.com/VUnit/vunit/actions/workflows/push.yml"
><img alt="'push' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/push.yml?branch=master&longCache=true&style=flat-square&label=push&logo=GitHub%20Actions&logoColor=fff"
/></a><!--
-->
<a title="'coverage' workflow Status"
href="https://github.com/VUnit/vunit/actions?query=workflow%3Acoverage"
><img alt="'coverage' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/coverage/master?longCache=true&style=flat-square&label=coverage&logo=GitHub%20Actions&logoColor=fff"
href="https://github.com/VUnit/vunit/actions/workflows/coverage.yml"
><img alt="'coverage' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/coverage.yml?branch=master&longCache=true&style=flat-square&label=coverage&logo=GitHub%20Actions&logoColor=fff"
/></a>
</p>
Expand Down

0 comments on commit 4058364

Please sign in to comment.