Skip to content

Commit 3c3220a

Browse files
committed
.github/workflows: Add Action to run unit tests
- Runs on PRs and on push to main branch - Badge on README displaying results
1 parent 74cb603 commit 3c3220a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Python Amp Client
22

3+
[![Unit tests status](https://github.com/edgeandnode/amp-python/actions/workflows/unit-tests.yml/badge.svg?event=push)](https://github.com/edgeandnode/amp-python/actions/workflows/unit-tests.yml)
4+
[![Formatting status](https://github.com/edgeandnode/amp-python/actions/workflows/ruff.yml/badge.svg?event=push)](https://github.com/edgeandnode/amp-python/actions/workflows/ruff.yml)
5+
6+
7+
## Overview
8+
39
Client for issuing queries to an Amp server and working with the returned data.
410

511
## Installation

0 commit comments

Comments
 (0)