diff --git a/README.md b/README.md index ca4bf14..b808d1c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gha-setup-python This GitHub Action sets up a Python environment for use in workflows. -_*NOTE: This workflow is opinionated and meets the needs of its author. It is provided publicly as a reference for others to use and modify as needed.*_ +_**NOTE: This workflow is opinionated and meets the needs of its author. It is provided publicly as a reference for others to use and modify as needed.**_ This action will perform the following actions: * Install Python diff --git a/action.yaml b/action.yaml index e3b6cda..f441035 100644 --- a/action.yaml +++ b/action.yaml @@ -22,6 +22,7 @@ runs: shell: bash run: pip install --user --upgrade pipenv + # FIXME: We're not checking this value anywhere and should be # This is to ensure that all jobs in a workflow will resolve the same dependencies - name: Check Pipfile.lock id: check-pipfile-lock