From 7bc30a3f4da5e6a6ae606978ebe3caecd7f0e63a Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2026 00:26:58 +0200 Subject: [PATCH] docs: add CI status --- .github/workflows/{pythonci.yml => lint.yml} | 0 README.md | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{pythonci.yml => lint.yml} (100%) diff --git a/.github/workflows/pythonci.yml b/.github/workflows/lint.yml similarity index 100% rename from .github/workflows/pythonci.yml rename to .github/workflows/lint.yml diff --git a/README.md b/README.md index 5a3ae16..5cffd35 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![](https://git.klemek.fr/klemek/stapler/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/stapler/actions?workflow=lint.yml) [![](https://git.klemek.fr/klemek/stapler/actions/workflows/docker.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/stapler/actions?workflow=docker.yml) + # Stapler *Static pages as simple as a gzip file* @@ -263,4 +265,4 @@ $EDITOR .env # update HOST and TOKEN_SALT docker compose up # whenever you need a new token docker compose run --rm stapler token -``` \ No newline at end of file +```