krz/crumb
A local alternative to your browser's history.
clone: git clone https://gitbay.org/krz/crumb.git
2c8b05646b4fc2b14c7f026a8bfe08c757498a3c
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2025-06-04T18:30:14Z
.github/workflows/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pandas plotly + pip install flask - name: Install Ruff uses: astral-sh/ruff-action@v3.2.2 - name: Ruff Actions