From 19ca690d8449732ae09dd9f5dfa158cafd90824a Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Fri, 27 Feb 2026 11:10:56 +0100 Subject: [PATCH] docs: add CodeQL, release, Python version, and license badges to README Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bee4bfe..e2bf4f6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ Track Google Scholar profiles, discover new papers automatically, resolve open-access PDFs, and stay on top of the literature you care about. [![CI](https://img.shields.io/github/actions/workflow/status/justinzeus/scholarr/ci.yml?style=for-the-badge)](https://github.com/JustinZeus/scholarr/actions/workflows/ci.yml) +[![CodeQL](https://img.shields.io/github/actions/workflow/status/justinzeus/scholarr/codeql.yml?style=for-the-badge&label=CodeQL)](https://github.com/JustinZeus/scholarr/actions/workflows/codeql.yml) +[![Release](https://img.shields.io/github/v/release/justinzeus/scholarr?style=for-the-badge)](https://github.com/JustinZeus/scholarr/releases) [![Docker Pulls](https://img.shields.io/docker/pulls/justinzeus/scholarr?style=for-the-badge&logo=docker)](https://hub.docker.com/r/justinzeus/scholarr) +[![Python](https://img.shields.io/badge/python-3.12+-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/) +[![License](https://img.shields.io/github/license/justinzeus/scholarr?style=for-the-badge)](LICENSE) [![Docs](https://img.shields.io/badge/docs-scholarr-2e8555?style=for-the-badge)](https://justinzeus.github.io/scholarr/)