mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
9 lines
242 B
YAML
9 lines
242 B
YAML
# yaml-language-server: $schema=https://taskfile.dev/schema.json
|
|
version: "3"
|
|
|
|
includes:
|
|
build: ./.github/taskfiles/taskfile.build.yml
|
|
migrate: ./.github/taskfiles/taskfile.migrate.yml
|
|
publish: ./.github/taskfiles/taskfile.publish.yml
|
|
|