Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 8b6d93f

Browse files
cfarrendstevegore
authored andcommitted
[DEVOPS-173] - Add GitHub Actions build badge (#8)
* Add GitHub actions badge * Update setup.py/README.rst to match pyproject.toml/README.md
1 parent 17d8cb0 commit 8b6d93f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Q-CTRL Qiskit Adapter
2+
[![Actions Status](https://github.com/qctrl/python-qiskit/workflows/Push%20workflow/badge.svg)](https://github.com/qctrl/python-qiskit/actions?query=workflow%3A"Push+workflow")
3+
[![Actions Status](https://github.com/qctrl/python-qiskit/workflows/Release%20workflow/badge.svg)](https://github.com/qctrl/python-qiskit/actions?query=workflow%3A"Release+workflow")
24

35
The aim of the Q-CTRL Qiskit Adapter package is to provide export functions allowing
46
users to deploy established error-robust quantum control protocols from the

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Q-CTRL Qiskit Adapter
33
=====================
44

5+
6+
.. image:: https://github.com/qctrl/python-qiskit/workflows/Push%20workflow/badge.svg
7+
:target: https://github.com/qctrl/python-qiskit/actions?query=workflow%3A"Push+workflow"
8+
:alt: Actions Status
9+
10+
11+
.. image:: https://github.com/qctrl/python-qiskit/workflows/Release%20workflow/badge.svg
12+
:target: https://github.com/qctrl/python-qiskit/actions?query=workflow%3A"Release+workflow"
13+
:alt: Actions Status
14+
15+
516
The aim of the Q-CTRL Qiskit Adapter package is to provide export functions allowing
617
users to deploy established error-robust quantum control protocols from the
718
open literature and defined in Q-CTRL Open Controls on IBM Quantum hardware.

0 commit comments

Comments
 (0)