Skip to content

Commit

Permalink
Fix bold in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Oct 14, 2024
1 parent 35aabb6 commit e808f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e808f42

Please sign in to comment.