From 049406b1c9d6326abdf8627037966b34ecdde15f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 29 Oct 2020 17:12:34 +0100 Subject: [PATCH] Fix typo in codestyle workflow --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 0c2b1546cd..7114104f3f 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -23,7 +23,7 @@ jobs: - run: npm install - run: | shopt -s globstar - npx pretter -w wcfsetup/install/files/ts/**/*.ts + npx prettier -w wcfsetup/install/files/ts/**/*.ts - run: echo "::add-matcher::.github/diff.json" - run: | git diff --exit-code -- 2.20.1