From 0844a1dfcb0011a9b71090f89b25c865566ad3fc Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Sat, 19 Oct 2024 22:35:54 +0200 Subject: [PATCH] deno fmt --- .gitlab-ci.yml | 2 +- deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de5107a..5431002 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ cache_lint_test: - deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts - deno fmt --check - deno lint - - deno test --allow-import + - deno test --allow-import # You can override the included template(s) by including variable overrides # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings diff --git a/deno.json b/deno.json index eb925b3..5b58ef8 100644 --- a/deno.json +++ b/deno.json @@ -26,4 +26,4 @@ "*.md" ] } -} \ No newline at end of file +} -- GitLab