diff --git a/modules/TreeSheets.php b/modules/TreeSheets.php new file mode 100644 index 0000000..d30e5d8 --- /dev/null +++ b/modules/TreeSheets.php @@ -0,0 +1,15 @@ +patch->setBranch('Continuous'); + } + function check() : bool { + if ($this->fetch('https://api.github.com/repos/aardappel/treesheets/releases/latest', true)) + return $this->parse_json('target_commitish', '/(.{7})/'); + return false; + } +} + +?>