From d96a14abdc8023502c797887a134b231e86a8fa6 Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Fri, 2 Feb 2024 23:48:30 +0100 Subject: [PATCH] chore: pipeline test --- .github/workflows/json.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/json.yaml b/.github/workflows/json.yaml index 7897dba..2e447b5 100755 --- a/.github/workflows/json.yaml +++ b/.github/workflows/json.yaml @@ -22,6 +22,6 @@ jobs: - name: Lint JSON uses: actionsx/prettier@v3 with: - args: --wrinte "**.json" + args: --write "**.json" - name: show after linting run: cat tsconfig.json