From cefb6621f515126c89c3f1e2002d4cb52b06e688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Sj=C3=B6green?= Date: Wed, 23 Oct 2024 17:01:15 +0200 Subject: [PATCH] chore: fmt --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 43cc6ec..34bcf81 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,9 +18,9 @@ jobs: - name: Run check run: deno task check -# TODO: Re-enable these tests -# - name: Run test:doc -# run: deno task test:doc + # TODO: Re-enable these tests + # - name: Run test:doc + # run: deno task test:doc - name: Run fmt run: deno task fmt:check