Skip to content

Commit

Permalink
Issue #48: Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Aug 6, 2023
1 parent 6527246 commit 15e3386
Show file tree
Hide file tree
Showing 2 changed files with 37 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
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@

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

.. image:: https://img.shields.io/pypi/v/telegram-upload.svg?style=flat-square
:target: https://pypi.org/project/telegram-upload/
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/telegram-upload.svg?style=flat-square
:target: https://pypi.org/project/telegram-upload/
:alt: Python versions

.. image:: https://img.shields.io/github/stars/Nekmo/gkeep?style=flat-square
:target: https://github.com/Nekmo/gkeep
:alt: Github stars

**DEVELOPMENT BRANCH**: The current branch is a development version. Go to the stable release by clicking
on `the master branch <https://github.com/Nekmo/gkeep/tree/master>`_.

Expand Down

0 comments on commit 15e3386

Please sign in to comment.