From 04dec5fb2767d494790a745416d5da67830620bf Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 12 Jun 2025 14:48:36 +0200 Subject: [PATCH] Autofix prettier stuff in codebase --- .github/workflows/autofix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2b50f97c..f2f6f07c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -37,5 +37,8 @@ jobs: - name: Format shell run: yarn format-shell + - name: Format codebase (.ts) + run: yarn format + # See https://autofix.ci/ - uses: autofix-ci/action@v1