build: tooling clean-up #14

Merged
mcataford merged 5 commits from build/tooling-cleaning into main 2023-08-12 20:32:08 +00:00
mcataford commented 2023-08-12 20:25:31 +00:00 (Migrated from github.com)

Ties in some loose ends around tooling:

  • Removes extra syntax around Taskfile commands, notable using cmd instead of cmds in single command calls;
  • Replaces usages of source in tasks and scripts to point directly at venv executables;
  • Defines working directory defaults at a higher level in CI to avoid repetition.
Ties in some loose ends around tooling: - Removes extra syntax around `Taskfile` commands, notable using `cmd` instead of `cmds` in single command calls; - Replaces usages of `source` in tasks and scripts to point directly at venv executables; - Defines working directory defaults at a higher level in CI to avoid repetition.
This repo is archived. You cannot comment on pull requests.
No description provided.