vars: add get_prompts api endpoint

vars: add test for api endpoint get_prompts
This commit is contained in:
DavHau
2024-09-04 16:48:37 +02:00
parent 0b9bd3dbe4
commit 112982a7fb
6 changed files with 107 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ unstash() {
}
git stash push --quiet --keep-index --message "pre-commit"
trap unstash EXIT
nix fmt
treefmt
{
changed=$(git diff --name-only --exit-code);
status=$?;