sort chores using due date, color tasks according to due level

This commit is contained in:
2025-08-28 22:22:14 +02:00
parent c7b03a93f0
commit d37dbc4f62
5 changed files with 45 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Biome
run: bun install -g biome
- name: Biome Check
- name: Biome CI
run: biome ci
build: