All Projects → JasonEtco → Action Badges

JasonEtco / Action Badges

Licence: mit
🛡⚡️ A README badge service for GitHub Actions

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Action Badges

Sb
SVG badges to display
Stars: ✭ 99 (+54.69%)
Mutual labels:  svg, badges
Flutter svg
SVG parsing, rendering, and widget library for Flutter
Stars: ✭ 1,113 (+1639.06%)
Mutual labels:  svg
Calendar Graph
Calendar graph like github using jsx support SVG, Canvas and SSR
Stars: ✭ 58 (-9.37%)
Mutual labels:  svg
Svgpocketguide
All original content of A Pocket Guide to Writing SVG by Joni Trythall
Stars: ✭ 1,106 (+1628.13%)
Mutual labels:  svg
Mathjax
Beautiful and accessible math in all browsers
Stars: ✭ 8,551 (+13260.94%)
Mutual labels:  svg
React Semantic Ui Sortable Table Example
A small demo for sortable tables of React Semantic UI.
Stars: ✭ 60 (-6.25%)
Mutual labels:  now
Cwl Svg
A library for generating an interactive SVG visualization of CWL workflows
Stars: ✭ 57 (-10.94%)
Mutual labels:  svg
Elementx
⚡️ Functionally create DOM elements and compose them to a tree quickly
Stars: ✭ 62 (-3.12%)
Mutual labels:  svg
Govicons
🇺🇸 US Government themed icons and CSS toolkit
Stars: ✭ 60 (-6.25%)
Mutual labels:  svg
Fontello Svg
Generate SVG icons from a Fontello icon set.
Stars: ✭ 59 (-7.81%)
Mutual labels:  svg
Svg essentials
《SVG精髓》 阅读笔记
Stars: ✭ 59 (-7.81%)
Mutual labels:  svg
Any Ui
❄️ 一个移动端组件库
Stars: ✭ 58 (-9.37%)
Mutual labels:  svg
Readme styles
Minimal README.rst and README.md template for Github projects.
Stars: ✭ 60 (-6.25%)
Mutual labels:  badges
Openhtmltopdf
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
Stars: ✭ 1,096 (+1612.5%)
Mutual labels:  svg
Phosphor Icons
A flexible icon family for the web
Stars: ✭ 56 (-12.5%)
Mutual labels:  svg
Vmware Stencils
Official VMware Stencils
Stars: ✭ 57 (-10.94%)
Mutual labels:  svg
React No Content
A SVG react component to display when there's no content.
Stars: ✭ 59 (-7.81%)
Mutual labels:  svg
Kap Now
Kap plugin - Share on ▲ZEIT now
Stars: ✭ 60 (-6.25%)
Mutual labels:  now
React Usa Map
React component with all USA States with customizable options. No D3 needed.
Stars: ✭ 63 (-1.56%)
Mutual labels:  svg
Svg2jsx
🍃 Transform SVG to valid JSX.
Stars: ✭ 1,116 (+1643.75%)
Mutual labels:  svg

This project is deprecated! Badges are now officially part of the GitHub Actions platform!

Action Badges

A README badge service for GitHub Actions

Codecov

Usage

Get a status badge for all GitHub Action runs on the master branch of a repository:

![badge](https://action-badges.now.sh/JasonEtco/example-repo)

Specify an action with the action query parameter:

![badge](https://action-badges.now.sh/JasonEtco/example-repo?action=test)

Note: This service only works for public repositories! It cannot read the status of your private repos.

How it works

When the /:owner/:repo endpoint is requested, the app makes a request to the GitHub API to get the list of check suites created by the GitHub Actions app. It then calculates the status based on the sum conclusion of the check suites and responds with some SVG code (thanks to badgen).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].