summaryrefslogtreecommitdiff
path: root/yuck.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-19 12:25:49 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-19 12:25:49 +0300
commitc70af9b3b5b9fc7026281bed321d98934cf0cd4d (patch)
tree194426490a5f533a3c63218570eef118a0ce0730 /yuck.yaml
parent106e863a0ccd39c37c64180ca9734dceb873f870 (diff)
downloadyuck-c70af9b3b5b9fc7026281bed321d98934cf0cd4d.tar.gz
build: add a dummy bindings and script to format doc
Diffstat (limited to 'yuck.yaml')
-rw-r--r--yuck.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/yuck.yaml b/yuck.yaml
new file mode 100644
index 0000000..c8600c7
--- /dev/null
+++ b/yuck.yaml
@@ -0,0 +1,9 @@
+- given: (?P<step>.+)
+ regex: true
+ function: fixme
+- when: (?P<step>.+)
+ regex: true
+ function: fixme
+- then: (?P<step>.+)
+ regex: true
+ function: fixme