add insta task
All checks were successful
Check / tests (push) Successful in 12m44s

This commit is contained in:
2025-10-20 19:38:04 +02:00
parent 511bfb8f73
commit b67eb2d778

View File

@@ -60,6 +60,11 @@ func GetDefaultTasks() []Task {
Description: `(Check current Posters in the main window, make sure they look nice and are not outdated)`,
IsOptional: false,
},
{
Name: "Weekly Insta Post",
Description: `(Post something on instagram, like a newly printed zine, kuefa or whatever)`,
IsOptional: false,
},
}
}