Merge pull request #128 from peaceiris/add-pipenv-action

add: link to pipenv action
This commit is contained in:
Gary Ewan Park 2019-05-26 21:36:25 +01:00 committed by GitHub
commit 6875066e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes) - [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) - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata)
- [GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge) - [GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge)
- [GitHub Actions for Python project with pipenv](https://github.com/peaceiris/actions-pipenv)
### Testing and Linting ### Testing and Linting