diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 19c367b..1e68bb2 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: build on: [push, pull_request] diff --git a/README.md b/README.md index 06f3d4c..56eab29 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a template for Python projects that includes automated test cases implemented using pytest. +![build](https://github.com/viperior/python-project-template/actions/workflows/python-app.yml/badge.svg) + ## Project structure ``` text