Commit graph

8 commits

Author SHA1 Message Date
Oliver Davies b1571f3174 refactor(run): change set statements
Use the long form name for each option instead of short hand names or a
combination of both - e.g. `set -eu` and `set -o pipefail`.
2023-11-22 21:53:50 +00:00
Oliver Davies 61d2ca0d76 fix: warning if run.local isn't preset 2023-11-18 08:40:43 +00:00
Oliver Davies fbfd751621 fix(run): local tasks override non-local tasks 2023-10-19 23:07:38 +02:00
Oliver Davies 08e81c5e16 feat(run): include any local tasks 2023-10-19 22:51:30 +02:00
Oliver Davies 7c95164fee feat(flake): ignore .direnv by default 2023-10-19 22:48:40 +02:00
Oliver Davies 02774b820b feat(gitignore): add additional ignored paths 2023-10-18 20:54:36 +02:00
Oliver Davies f5a8c691f0 chore(run): replace justfiles with run files 2023-10-07 22:23:40 +01:00
Oliver Davies af24a4b4fa feat(terraform): add support for terraform repos
Add terraform as a project type, make the language optional, and add a
.gitignore and justfile template for Terraform repositories.
2023-09-27 18:57:04 +01:00