12 lines
310 B
YAML
12 lines
310 B
YAML
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
|
tasks:
|
|
- execute:
|
|
description: "Git Check For Changes"
|
|
exec: "git"
|
|
dir: $(path)
|
|
args:
|
|
- "status"
|
|
- "--porcelain"
|
|
response:
|
|
name: "gitChanges"
|