Skip to content

Commit 76f9f46

Browse files
committed
[MZ] Added badge
1 parent b760bdc commit 76f9f46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python application
1+
name: python_udp_server
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Python UDP server using asyncio
22

3+
![python_udp_server](https://github.com/manuelzander/python_udp_server/workflows/python_udp_server/badge.svg?branch=master)
4+
35
This small project comprises a simple Python UDP server plus Dockerfile, as well as a (hopefully) useful Makefile and unittests.
46

57
The server makes use of the `asyncio` library to allow for asynchronous request handling.

0 commit comments

Comments
 (0)