Skip to content

Commit bf80408

Browse files
committed
Add GH Action Badge
1 parent fd178bd commit bf80408

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313

1414
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1515
jobs:
16-
# This workflow contains a single job called "build"
16+
# This workflow contains a single job called "test"
1717

18-
build:
18+
test:
1919
# The type of runner that the job will run on
2020
runs-on: ubuntu-latest
2121
environment: Testing

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![main workflow](https://github.com/mongodb-developer/pymongo-fastapi-crud/actions/workflows/main.yml/badge.svg)
2+
13
# PyMongo with FastAPI CRUD application
24

35
This is a simple CRUD application built using PyMongo and FastAPI. You can also follow the step-by-step [tutorial](https://www.mongodb.com/languages/python/pymongo-tutorial) for building this application.

0 commit comments

Comments
 (0)