From f4b8be59c8f734f6206c4f2cc7419b24b802f2fb Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 26 May 2019 20:37:16 +0900 Subject: [PATCH] add: link to pipenv action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1679b2..f00fd9e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [A GitHub Action to check your project's dependencies](https://github.com/iheanyi/licensed-action) - [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes) - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) +- [GitHub Actions for Python project with pipenv](https://github.com/peaceiris/actions-pipenv) ### Testing and Linting