mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-01 07:37:04 +02:00
Signed-off-by: Dan Manners <daniel.a.manners@gmail.com> Co-authored-by: Daniel Manners <daniel.a.manners@gmail.com>
17 lines
279 B
YAML
17 lines
279 B
YAML
---
|
|
# yaml-language-server: $schema=https://taskfile.dev/schema.json
|
|
version: "3"
|
|
|
|
vars:
|
|
PROJECT_DIR:
|
|
sh: "git rev-parse --show-toplevel"
|
|
|
|
includes:
|
|
charts: .taskfiles/charts.yaml
|
|
docs: .taskfiles/docs.yaml
|
|
|
|
tasks:
|
|
default:
|
|
silent: true
|
|
cmds:
|
|
- task -l
|