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 +```