From 0eef5aa9cee4699fa2c41bb859a4414e674e4de2 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:35:37 +0000 Subject: [PATCH] adds CI badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6e688..18c553f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Auto Archiver API +[![CI](https://github.com/bellingcat/auto-archiver-api/workflows/CI/badge.svg)](https://github.com/bellingcat/auto-archiver-api/actions/workflows/ci.yaml) + An api that uses celery workers to process URL archive requests via [bellingcat/auto-archiver](https://github.com/bellingcat/auto-archiver), it allows authentication via Google OAuth Apps and enables CORS, everything runs on docker but development can be done without docker (except for redis). @@ -137,4 +139,4 @@ pipenv run coverage report pipenv run coverage html # > open/run server on htmlcov/index.html to navigate through line coverage -``` \ No newline at end of file +```