Skip to content

Commit

Permalink
Add badge and env
Browse files Browse the repository at this point in the history
  • Loading branch information
skvggor committed Aug 24, 2024
1 parent 4650ebc commit 3cdf440
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

name: Python application

env:
PORT: 8000
APP_NAME: "Microservice App"
CURRENT_PREFIX: "v1"

on:
push:
branches: ["main"]
Expand All @@ -18,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

[![Microservice App](https://github.com/skvggor/python-fastapi/actions/workflows/build-and-testing.yml/badge.svg?branch=main)](https://github.com/skvggor/python-fastapi/actions/workflows/build-and-testing.yml)

---

## Dependencies (docker)

- Docker
Expand Down

0 comments on commit 3cdf440

Please sign in to comment.