Skip to content

Commit

Permalink
Issue #118: Add pip-rating badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Aug 6, 2023
1 parent 17cdf2c commit ffa2355
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pip-rating.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Pip-rating

on:
push:
branches:
- develop
schedule:
- cron: '0 0 * * SUN'

jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v2
- name: Run pip-rating
uses: Nekmo/pip-rating@master
with:
create_badge: true
badge_style: flat-square
badge_branch: pip-rating-badge
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

|
.. image:: https://raw.githubusercontent.com/Nekmo/dirhunt/pip-rating-badge/pip-rating-badge.svg
:target: https://github.com/Nekmo/dirhunt/actions/workflows/pip-rating.yml
:alt: pip-rating badge

.. image:: https://img.shields.io/github/actions/workflow/status/Nekmo/dirhunt/test.yml?style=flat-square&maxAge=2592000&branch=develop
:target: https://github.com/Nekmo/dirhunt/actions?query=workflow%3ATests
Expand Down

0 comments on commit ffa2355

Please sign in to comment.