grim/convey

Add a codespell task to the testing stage and make that stage concurrent
package script
import (
"keep.imfreedom.org/grim/convey/tasks"
)
var (
Tasks = map[string]tasks.Task{
"script/shell": &Shell{},
}
)