From 46e44dee53a3298caede6c97c68ba8c0433c8b87 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Thu, 22 Aug 2024 11:20:43 +0200 Subject: [PATCH] ci(prettier): typescript and only changed --- .github/workflows/prettier.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 303377426..b21b79bfc 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -18,4 +18,6 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.3 with: - dry: True \ No newline at end of file + dry: True + prettier_options: "--dry --write **/*.ts" + only_changed: True \ No newline at end of file